File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ mkdir "${FRAMEWORK_FOLDER_NAME}"
2323echo " Created ${FRAMEWORK_FOLDER_NAME} "
2424echo " Archiving ${FRAMEWORK_NAME} "
2525
26- xcodebuild archive -scheme ${BUILD_SCHEME} -destination=" iOS Simulator" -archivePath " ${SIMULATOR_ARCHIVE_PATH} " -sdk iphonesimulator SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
26+ xcodebuild archive ONLY_ACTIVE_ARCH=NO -scheme ${BUILD_SCHEME} -destination=" iOS Simulator" -arch i386 -arch x86_64 -arch arm64 -archivePath " ${SIMULATOR_ARCHIVE_PATH} " -sdk iphonesimulator SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
2727
2828xcodebuild archive -scheme ${BUILD_SCHEME} -destination=" iOS" -archivePath " ${IOS_DEVICE_ARCHIVE_PATH} " -sdk iphoneos SKIP_INSTALL=NO BUILD_LIBRARIES_FOR_DISTRIBUTION=YES
2929
You can’t perform that action at this time.
0 commit comments