1.xcodebuild -create-xcframework -help
2.xcodebuild -create-xcframework -framework<path>[-framework<path>...] -output<path>
3.以HaokanSDK 为例
xcodebuild -create-xcframework -framework /Users/wenwen/Desktop/Ad/iphoneSimulator/HaokanSDK.framework -framework /Users/wenwen/Desktop/Ad/iPhone/HaokanSDK.framework -output /Users/wenwen/Desktop/HaokanSDK.xcframework
网友评论