Skip to content

Commit f9866ff

Browse files
committed
changed architecture to 64 bit only to avoid linker error. ARC is not support on 32 bit.
1 parent e4b8f6c commit f9866ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genstrings2.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
A775234D14ACEF7A0035CDCA /* Debug */ = {
466466
isa = XCBuildConfiguration;
467467
buildSettings = {
468+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
468469
GCC_PRECOMPILE_PREFIX_HEADER = YES;
469470
GCC_PREFIX_HEADER = "Demo/genstrings2-Prefix.pch";
470471
OTHER_LDFLAGS = (
@@ -478,6 +479,7 @@
478479
A775234E14ACEF7A0035CDCA /* Release */ = {
479480
isa = XCBuildConfiguration;
480481
buildSettings = {
482+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
481483
GCC_PRECOMPILE_PREFIX_HEADER = YES;
482484
GCC_PREFIX_HEADER = "Demo/genstrings2-Prefix.pch";
483485
OTHER_LDFLAGS = (

0 commit comments

Comments
 (0)