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

Add support for the new xcframework format #5

Closed
2 tasks
jothipriyadharshanr opened this issue Jun 25, 2021 · 1 comment
Closed
2 tasks

Add support for the new xcframework format #5

jothipriyadharshanr opened this issue Jun 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jothipriyadharshanr
Copy link
Contributor

jothipriyadharshanr commented Jun 25, 2021

Apple introduced a new .xcframework bundle format for both ObjC and Swift/mixed frameworks. The main benefit is that this structure can contain multiple architectures and doesn't require lipo to fuse them together.

An xcframework can be made by xcodebuild -create-xcframework which takes -framework and -output options. xcframework supports both source and binary frameworks. dSYM still need to be manually added, just like you had to with binary frameworks.

What we need:

  • CocoaPods should be able to integrate xcframework bundles just like it does with regular (binary) framework bundles.
  • Stripping architectures is no longer necessary
@jothipriyadharshanr jothipriyadharshanr added the enhancement New feature or request label Jun 25, 2021
@jothipriyadharshanr jothipriyadharshanr added this to the 0.0.6 milestone Jun 25, 2021
ravikanththummala added a commit that referenced this issue Jun 29, 2021
@jothipriyadharshanr
Copy link
Contributor Author

Released in 0.0.6

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

No branches or pull requests

2 participants