Skip to content

Commit 950558f

Browse files
committed
Disable STRIP_INSTALLED_PRODUCT xcode project setting
This fixes missing symbol information for carthage archives. This is a temporary fix until carthage releases its own update which solves this issue.
1 parent e00221b commit 950558f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BitByteData.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
MACOSX_DEPLOYMENT_TARGET = 10.10;
265265
ONLY_ACTIVE_ARCH = YES;
266266
SDKROOT = macosx;
267+
STRIP_INSTALLED_PRODUCT = NO;
267268
SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos";
268269
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
269270
TVOS_DEPLOYMENT_TARGET = 9.0;
@@ -304,6 +305,7 @@
304305
MACOSX_DEPLOYMENT_TARGET = 10.10;
305306
ONLY_ACTIVE_ARCH = NO;
306307
SDKROOT = macosx;
308+
STRIP_INSTALLED_PRODUCT = NO;
307309
SUPPORTED_PLATFORMS = "macosx watchsimulator iphonesimulator appletvsimulator watchos appletvos iphoneos";
308310
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
309311
TVOS_DEPLOYMENT_TARGET = 9.0;

0 commit comments

Comments
 (0)