-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCode Build Error - Sentry Cocoa 6.0.8 #1186
Comments
Can confirm the work around fixes the error. |
I have the same issue |
Also facing the same issue |
Facing this as well. Had no luck with the suggested workaround. Running:
|
I have same error and workaround works for me edit Podfile.lock (before was 6.0.8)
then maybe it is not the cleanest way ... |
I was able to specify the Sentry version in my project Podfile then run
|
Sentry Cocoa I apologize for this, next time we should explicitly state which version of Cocoa instead of using ~> Also, the recommended workaround would be what @nbolender suggests. |
I have save issue (fail on release mode but on debug mode is success) detail error: No visible @interface for 'SentryClient' declares the selector 'fileManager' environment: |
I had this same issue, I was using v.1.7.1 and after upgrading to 2.0.0, I am facing the issue "No visible @interface for 'SentryClient' declares the selector 'fileManager'" I simply delete the RNSentry folder from ios/Pods and then again I did pod install and it was working as expected. |
I think a PR is actually trying to fix this issue. |
Still persists on Cocoa |
@freedomzzzii @SahilPawar1994 @anthlasserre @sperezm97
|
This issue has been fixed in version 2.0.1. Please upgrade and don't forget to run |
I can confirm 2.0.1 works. Thank you. |
Thanks for the quick fix! v2.0.1 works for me as well - although I did have to run just wanted to share in case anyone else runs into the same issue when running |
RNSentry 2.0.0 kept crashing but updating to 2.0.2 fixed it for me: npm install --save @sentry/react-native ORyarn add @sentry/react-native |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 2.0.0
react-native
version: 0.63.3Are you using Expo?
Are you using sentry.io or on-premise?
I have following issue:
My app is failing to build (release) on Xcode 12.1 since Sentry Cocoa 6.0.8 got released.
Steps to reproduce:
Actual result:
Expected result:
App should build without error.
Workaround:
I was able to build my app by modifying
node_modules/@sentry/react-native/ios/RNSentry.podspec
:The text was updated successfully, but these errors were encountered: