File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ OUTPUT_FOLDER=build
11
11
rm -rf " ${OUTPUT_FOLDER} "
12
12
13
13
# -destination="iOS" -- seems like "-sdk iphoneos" is needed and not this?
14
- xcodebuild archive -scheme " swift-sdk" SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES -archivePath " ./${OUTPUT_FOLDER} /IterableSDK-iOS" -sdk iphoneos
14
+ xcodebuild archive -scheme " swift-sdk" SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES BITCODE_GENERATION_MODE=bitcode -archivePath " ./${OUTPUT_FOLDER} /IterableSDK-iOS" -sdk iphoneos
15
15
16
16
# -destination="iOS Simulator" -- seems like "-sdk iphonesimulator" is needed and not this?
17
- xcodebuild archive -scheme " swift-sdk" SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES -archivePath " ./${OUTPUT_FOLDER} /IterableSDK-Simulator" -sdk iphonesimulator
17
+ xcodebuild archive -scheme " swift-sdk" SKIP_INSTALL=NO BUILD_LIBRARY_FOR_DISTRIBUTION=YES BITCODE_GENERATION_MODE=bitcode -archivePath " ./${OUTPUT_FOLDER} /IterableSDK-Simulator" -sdk iphonesimulator
18
18
19
19
# create IterableSDK.xcframework
20
20
xcodebuild -create-xcframework \
You can’t perform that action at this time.
0 commit comments