Skip to content

Commit 61e9cff

Browse files
jasonlagaacfreak4pc
authored andcommitted
Changed Build Active Architecture Only to No for arm64-apple-ios-simulator support
1 parent 97e1435 commit 61e9cff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rx.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4323,6 +4323,7 @@
43234323
MACH_O_TYPE = mh_dylib;
43244324
MACOSX_DEPLOYMENT_TARGET = 10.9;
43254325
MTL_ENABLE_DEBUG_INFO = NO;
4326+
ONLY_ACTIVE_ARCH = NO;
43264327
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -Xfrontend -debug-time-function-bodies -Xfrontend -warn-long-expression-type-checking=100 -Xfrontend -warn-long-function-bodies=100";
43274328
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
43284329
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -4475,7 +4476,7 @@
44754476
MACH_O_TYPE = mh_dylib;
44764477
MACOSX_DEPLOYMENT_TARGET = 10.9;
44774478
MTL_ENABLE_DEBUG_INFO = YES;
4478-
ONLY_ACTIVE_ARCH = YES;
4479+
ONLY_ACTIVE_ARCH = NO;
44794480
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG";
44804481
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
44814482
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -4541,6 +4542,7 @@
45414542
MACH_O_TYPE = mh_dylib;
45424543
MACOSX_DEPLOYMENT_TARGET = 10.9;
45434544
MTL_ENABLE_DEBUG_INFO = NO;
4545+
ONLY_ACTIVE_ARCH = NO;
45444546
OTHER_SWIFT_FLAGS = "-D RELEASE";
45454547
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvos appletvsimulator watchos watchsimulator";
45464548
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)