Skip to content
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

Unsupported Architecture: x86_84 #710

Open
chenxi92 opened this issue Apr 26, 2024 · 4 comments
Open

Unsupported Architecture: x86_84 #710

chenxi92 opened this issue Apr 26, 2024 · 4 comments

Comments

@chenxi92
Copy link

My app integrated the Adjust dynamic framewrok with the version 4.38.0, when I submit my app to App Store TestFlight, it occur the following issues:

ITMS-90087: Unsupported Architectures - The executable for xxxx.app/Frameworks/AdjustSdk.framework contains unsupported architectures '[x86_64]'.

@chenxi92
Copy link
Author

I solve the issue by manually remove the x86_64 architecture with following command

cd AdjustSdk.framework
lipo -remove x86_64 -output AdjustSdk AdjustSdk

@chenxi92
Copy link
Author

chenxi92 commented Jun 4, 2024

Email from Apple:

adjust-issue

@uerceg
Copy link
Contributor

uerceg commented Jun 4, 2024

Hi @chenxi92,

Have you removed the x86_64 architecture from the SDK framework you used in the app update that you have submitted?

@chenxi92
Copy link
Author

chenxi92 commented Jun 5, 2024

@uerceg After I removed the x86_64 architecture from the Adjust SDK framework and re-submitted, Apple approved my app.
I think x86_64 architecture is no longer needed on the iOS platform.
My app also contains other third-party SDKs (eg: Facebook, Firebase)and their dynamic framework only contains arm64 architecture, so I hope you can solve the issue as soon as possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants