Skip to content

Commit 52895e3

Browse files
committed
fixed apublic utility build error connected to arm arch
1 parent 587001e commit 52895e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

native/driver/Driver.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@
685685
);
686686
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
687687
MTL_ENABLE_DEBUG_INFO = YES;
688+
ONLY_ACTIVE_ARCH = NO;
688689
PRODUCT_NAME = "$(TARGET_NAME)";
689690
SDKROOT = macosx;
690691
};
@@ -709,6 +710,7 @@
709710
EXECUTABLE_PREFIX = lib;
710711
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
711712
MTL_ENABLE_DEBUG_INFO = NO;
713+
ONLY_ACTIVE_ARCH = NO;
712714
PRODUCT_NAME = "$(TARGET_NAME)";
713715
SDKROOT = macosx;
714716
};

0 commit comments

Comments
 (0)