Skip to content

Instantly share code, notes, and snippets.

@litoarias
Created February 7, 2022 11:29
Show Gist options
  • Save litoarias/22003c1bef9f21bb7eb243409fff452f to your computer and use it in GitHub Desktop.
Save litoarias/22003c1bef9f21bb7eb243409fff452f to your computer and use it in GitHub Desktop.
Generate XCFramework
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