-
Notifications
You must be signed in to change notification settings - Fork 194
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
❌ IPA processing failed - v8.8.0(SPM - Bitcode) #384
Comments
Hi @callo90. Thanks for submitting this issue. A few follow up questions:
Thanks. |
Hey @bgiori thanks for responding, I tried with Xcode 13.2.1 and a M1 Mac and also tried with Bitrise with an Intel Mac and Xcode 13.0, and it was failing for both machines and Xcode versions. |
@callo90 Hey, so I updated to xcode 13.2.1 and tried distributing a test app with only Amplitude v8.8.0 installed via SPM dependency and got past the IPA validation phase when compiling bitcode. Are there any other options that I can try to reproduce this issue? (thinning?) Just to double check: locally building the app and loading onto a test device or simulator works ok? What device are you building the app for? iOS/iPhone? |
Hey @bgiori,
|
@bgiori I'm also using the experiment library, |
@callo90 The analytics-connector-ios shared package is used to connect the two SDKs to provide seamless integration. I was able to validate and ad hoc distribute a test app with both Amplitude-iOS v8.8.0 and experiment-ios-client v1.6.0 installed via SPM. My guess at this point is that there is some build setting that you have which I don't that is causing this discrepancy. For reference, this test project is the base iOS app that is created with XCode with the analytics and experiment SDKs initialized. Here is the build settings output for the iOS scheme:
|
I'd be interested in the setting you have for |
It's compiling with this flag |
Tried using When I manually set
Can you try setting this setting and building locally to see if you get the same problem? Oddly enough I can actually archive and export and ad-hoc build even though the local build fails....... |
Current Behavior
Archiving builds with bitcode enabled are failing on the latest release v8.8.0, after updating from the version 8.7.2 using SPM builds started failing, I noticed that this package
analytics-connector-ios
was installed on the latest version, I suspect that this package could be creating problems with bitcode.Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: