Created
February 7, 2022 11:29
-
-
Save litoarias/22003c1bef9f21bb7eb243409fff452f to your computer and use it in GitHub Desktop.
Generate XCFramework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcodebuild -create-xcframework -output "framework_name_._xcframework" \ | |
-framework "/path/to/framework/for/simulator/inide/archive" \ | |
-framework "/path/to/framework/for/iOS/inide/archive" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment