Skip to content

Commit 04c3d33

Browse files
jdeeE-B-Smith
authored andcommitted
Fix Carthage builds (#738)
* Try the solution suggested for #737 * Updated deploy script. Checked that the fat binary was built correctly.
1 parent 016fc82 commit 04c3d33

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@
625625
MTL_ENABLE_DEBUG_INFO = YES;
626626
ONLY_ACTIVE_ARCH = YES;
627627
SDKROOT = iphoneos;
628-
SYMROOT = "$(PROJECT_DIR)/Build";
629628
TARGETED_DEVICE_FAMILY = "1,2";
630629
VERSIONING_SYSTEM = "apple-generic";
631630
VERSION_INFO_PREFIX = "";
@@ -667,7 +666,6 @@
667666
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
668667
MTL_ENABLE_DEBUG_INFO = NO;
669668
SDKROOT = iphoneos;
670-
SYMROOT = "$(PROJECT_DIR)/Build";
671669
TARGETED_DEVICE_FAMILY = "1,2";
672670
VALIDATE_PRODUCT = YES;
673671
VERSIONING_SYSTEM = "apple-generic";

scripts/deploy-carthage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function finish {
1919
}
2020
trap finish EXIT
2121

22-
xcodebuild -scheme 'Branch iOS SDK Carthage' clean build
22+
echo ">>> Building 'Branch iOS SDK Carthage'."
23+
xcodebuild -scheme 'Branch iOS SDK Carthage' clean build -quiet
2324
carthage build --no-skip-current && carthage archive Branch
2425
scriptFailed=0

0 commit comments

Comments
 (0)