-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Build Fails on PhaseScriptExecution #108
Comments
This looks like an |
Thank you. But maybe something got messed up in my git repo. |
I am experiencing the same issue. I did have incorrect auth in the
Am I missing something? Are there any extra steps? |
I'm having the same issue. @HazAT changing sentry.properties or relinking does not work. Evereryting looked fine in the sentry.properties file from the beginning but still it does not work. |
Seems related to issue #135 where there is a solution. Though I'm not sure it's the correct one if you have bitcode enabled in Xcode -> Build Settings -> Build Options. |
@andidev Are you also getting the |
Okey sorry I used the DSN instead of the auth token. So I generated a token by going to https://sentry.io/api/. Though now I get another error: > Found 1 debug symbol files. Checking for missing symbols on server
error: http error: (404)
** BUILD FAILED ** So I guess I have to comment the following line in XCode -> Build Phases -> Upload Debug Symbols to Sentry
and download/upload the upload Symbols manually instead as described here https://docs.sentry.io/clients/cocoa/dsym/#dsym-with-bitcode [EDIT] This did the trick! |
The problem stays but something changed. When I test my app in dev mode Sentry works fine. Exceptions successfully captured. When I try to assemble release build I get this
|
@hssrrw That does not make sense, if you are on the same machine it has to work. |
Sorry, we are simply lost in docs and can't find a descriptive example of using Sentry API with custom DSN. Looks like the error 401 was indeed caused by incorrect credentials. Now we get |
Perform the below steps: Clean the build. |
similar error happen for me after changing project name on Sentry web portal - changing the project name on sentry.properties fixed the issue for me |
When trying to build my app i get the following error:
When building with the xcode gui i get the following:
The text was updated successfully, but these errors were encountered: