-
-
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
iOS: No visible @interface for 'SentryClient' #32
Comments
Hey, did you change anything in |
Yes I followed this (which doesn't help much for the Signin error though... see issue #3 ). Where is SentryClient defined normally ? |
It's located here (see screenshot), but there is something funky with your build process. The swift file should generate a
|
Here is my build log with the error. |
Install/Uninstall package many times then install/uninstall Pods many times (including removing Podfile.lock and package.lock) then clean xcode many times and then restart mac many times . . NOTHING WORKED . . So decided to bump down the version from Sentry 2.0.0 to 1.8.2 and it worked! Finally, build successfully... |
@neilakoh thanks for the hint! Version 2.0.0 didn't work but after downgrading to 1.9.0 it worked flawlessly. |
@gebsl @neilakoh No need to downgrade, please look at this comment for workaround - #1186 (comment) |
@todorone - yes it worked and it said "This is probably the cleanest workaround until whatever is wrong is fixed.". I will just wait for that fix since I want to avoid workarounds as much as possible. |
Upgrading to 2.0.2 seems to fix it. |
This also works while using version 2.0.0 |
Hi guys,
After adding the plugin to my app, I receive this error at build:
I'm building with target 9.3 and had issues with the Signing for Framework (which is now solved).
Do you have a solution ?
Thanks !
The text was updated successfully, but these errors were encountered: