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

Remove bitcode logic from build script #78

Open
jasonacox opened this issue Jan 20, 2025 · 0 comments
Open

Remove bitcode logic from build script #78

jasonacox opened this issue Jan 20, 2025 · 0 comments

Comments

@jasonacox
Copy link
Owner

Bitcode is now deprecated. It was used as a universal LLVM intermediate language to allow compliers to rebuild the bitcode into different architectures. It was required by Apple for submission of apps to the App store. However, with Xcode 14, it was depreciated and the App store will reject bitcode submission.

The complicated logic in the build script can now be removed to streamline the build process.

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

1 participant