File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ before_install:
1111script :
1212 - set -o pipefail
1313 - xcodebuild -version
14- - xcodebuild -project Eureka.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty
14+ - xcodebuild -project Eureka.xcodeproj -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug test | xcpretty
Original file line number Diff line number Diff line change 726726 DYLIB_CURRENT_VERSION = 1;
727727 DYLIB_INSTALL_NAME_BASE = "@rpath";
728728 ENABLE_BITCODE = YES;
729+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
729730 INFOPLIST_FILE = Source/Info.plist;
730731 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731732 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
750751 DYLIB_CURRENT_VERSION = 1;
751752 DYLIB_INSTALL_NAME_BASE = "@rpath";
752753 ENABLE_BITCODE = YES;
754+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
753755 INFOPLIST_FILE = Source/Info.plist;
754756 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
755757 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
You can’t perform that action at this time.
0 commit comments