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

disabled bitcode and automatic xCode / SDK detection #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sarsonj
Copy link

@sarsonj sarsonj commented Oct 22, 2024

Hi,

thank you for great tool to integrate Opus as xcframework!

Because latest commit is 3 years old, there were needed some fixes to make it working with latest xCode / SDK.

First, I added automatic xCode / SDK detection, so that there is no need to edit iosSDKVersion and osxSDKVersion env in prepare.sh. Then I also added ENABLE_BITCODE=NO into opts in build.sh, because bitcode is not supported when using lib with xCode 16. I also removed legacy archs, that are not supported anymore in xCode 15 and above (i386 and armv7).

And lastly, I have added mkdirs for libs and include, because without this, the script failed.

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

Successfully merging this pull request may close these issues.

1 participant