-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unexpected CFBundleExecutable Key #749
Comments
Hi, and thank you for opening this issue! Before we dive into troubleshooting, have you tried updating your Pod files after upgrading? This might help resolve the issue if it's related to outdated dependencies. You can do this by navigating to the iOS directory and running the following commands: cd ios/App
pod install This ensures that all necessary dependencies, including Sentry, are correctly installed and up-to-date. If you've already done this or if the issue persists after trying it, please let us know, and we'll investigate further. Thanks! |
Thanks @lucas-zimerman for the reply and sorry for getting back to you so late. I forgot to mention this in the bug report. I have done a 'pod-install' after the npm module update before trying to build + bundle & upload In the meantime I tried pushing for a capacitor 6 update and in the process also updated sentry/capacitor to v1.0.1 & updated peer dependency Sentry/HybridSDK to 8.33. But I still encounter this same issue when trying to build + bundle & upload. The steps I have done to try and resolve the issue is:
but none of these steps have helped me resolve the issue. While researching this topic I have found some examples where repo maintainers closed these kind of error reports due to them being unrelated to the project. I hope this is not the case here, the xCode error message specified to reach out to third party plugin maintainers so that is what I thought would be best. Thanks in advance for taking a look here and please let me know if I can be of any help |
This issue is being discussed here: https://discord.com/channels/621778831602221064/1298714283424743485 |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Environment
Platform: target iOS
xCode: 15.4
sentry/capacitor: 0.19
Did it work on previous version?
0.14
Steps to Reproduce
xcodebuild -exportArchive -archivePath 'somePath' -exportOptionsPlist 'somePath' -allowProvisioningUpdates -allowProvisioningDeviceRegistration
)Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: