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

The XCFramework published on the Releases page does not support tvOS #100

Open
daltonclaybrook opened this issue May 3, 2021 · 2 comments

Comments

@daltonclaybrook
Copy link
Contributor

The XCFramework on the Releases page for version 3.3.0 contains slices for iOS and iOS simulator, but is missing slices for tvOS and tvOS simulator. I believe the RELEASING.md file should be updated to build frameworks for tvOS, and these should be included in the resulting XCFramework bundle.

@bsneed
Copy link
Contributor

bsneed commented May 4, 2021

Hi @daltonclaybrook are you using Carthage? We're trying to drop Carthage support across the board. The tools aren't well maintained, have remained broken for m1 Macs for quite some time, and XCFrameworks support lagged considerably and still isn't up to par.

If you're using the XCFramework w/ SPM, I'd rather add SPM support if that's what's happening.

@daltonclaybrook
Copy link
Contributor Author

We are in the early phases of exploring strategies around pre-building our third-party frameworks generally. Carthage is one option for us, but the larger goal is to simply not have devs rebuilding third parties needlessly (we use CocoaPods today). In my opinion, if some vendors already publish pre-built XCFrameworks, that is the best-case scenario for us since we can just download and use those and bypass the need for something like Carthage entirely.

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