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

Can't build architectures for versions pre iOS 12 with Carthage #296

Open
CochiorasBogdan opened this issue Apr 5, 2021 · 2 comments
Open

Comments

@CochiorasBogdan
Copy link

The IPHONEOS_DEPLOYMENT_TARGET was raised to iOS 12 in latest version 1.3.5 ef7a25b and anyone supporting pre iOS 12 cannot build the framework since Carthage only builds architectures available for the configured deployment target and above. Can this be lowered back to at least iOS 10? I saw it was iOS 8 before. In my opinion this should be in sync with the podspec platform which is iOS 9 currently (s.platform = :ios, '9.0'). In case it matters I am supporting iOS 10 and cannot build arhitectures for it like armv7.

@Alrassas
Copy link

@CochiorasBogdan, any updates regarding your question? or did you find a workaround to solve that?

@CochiorasBogdan
Copy link
Author

@CochiorasBogdan, any updates regarding your question? or did you find a workaround to solve that?

I downgraded to 1.3.4, but for other Third party SDKs I changed the deployment target to the version I supported (iOS 10) recompiled the SDK to XCFramework and the issue was resolved. Not sure if this SDK supports lower deployment target but I presume it does if for CocoaPods minimum is iOS 9. Carthage only compiles architectures available for the specified deploy target here is a similar issue: Carthage/Carthage#2297

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