Skip to content

Commit a8a7cf7

Browse files
authored
Merge pull request #53 from wongzigii/build-setting
[Settings] Set COPY_PHASE_STRIP to NO to prevent Carthage build warnings
2 parents 12ded98 + 58c6e10 commit a8a7cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Alamofire-SwiftyJSON.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
CLANG_WARN_UNREACHABLE_CODE = YES;
635635
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
636636
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
637-
COPY_PHASE_STRIP = YES;
637+
COPY_PHASE_STRIP = NO;
638638
CURRENT_PROJECT_VERSION = 1;
639639
ENABLE_NS_ASSERTIONS = NO;
640640
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)