-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 - Issue #311 still occurs not resolved. #320
Comments
Hi, could you share your |
I used this APP_PATH="${TARGET_BUILD_DIR}/${WRAPPER_NAME}" This script loops through the frameworks embedded in the application andremoves unused architectures.find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK; do
done but it will skip the Sentry framework because it is not a Fat binary and I believe this is why it won't even work for sending errors to Sentry on Ios... not using this script at all seems not to produce any errors, I'm not sure if the binaries are extracted correctly though... I will try to see if the step for publishing on the app store won't fail and if iOS can send errors to sentry... |
@lucas-zimerman We did the publishing step removing the unused architectures script and it got broken... we're not able to send it to the Apple store. Error: [13:10:42]: ERROR: Asset validation failed (90087) Unsupported Architectures. The executable for OurProjectName.app/Frameworks/Realm.framework contains unsupported architectures '[x86_64, i386]'. (ID: 545d4a32-b2fc-4f00-b907-3856872d0790) |
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 🥀 |
any updates on this issue? |
Looking forward to get this solved for real - we're stuck without Cordova on our app for many months 😞 Edit: I'm unable to make sure it's working because I can't even get the lib to run properly in our scenario. I'm not sure it ever worked 100% correctly inside Cordova. See referred issue below. |
Hi, are you running on a Mac M1 or Intel? also which targets are you building your app? (Iphone, Ipad, mac,...)? |
mac M1 here @lucas-zimerman |
Thanks for answering, we'll investigate this issue further more. |
hi thanks @lucas-zimerman, we in our case only iphones. |
I have the same issue, after upgrading from cordova 10 to cordova 12. Have you ever found any workaround? |
i've the same problem |
The fix I implemented was to remove Sentry from the Cordova apps. |
the issue #311 still occurs, and not being able to extract the arm64 architecture from the path since it's not a fat file, makes it impossible to publish on the app store.
Tried the latest sentry-cordova 1.2.0, same issue is happening.
The text was updated successfully, but these errors were encountered: