From c72deacdcfa09327d24513b67170757c9c14df4e Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 29 Sep 2016 18:35:07 -0400 Subject: [ios][build] Generate debug symbols for all builds Fixes the issue where our stripped dynamic build did not have a valid dSYM. Disabling GCC_GENERATE_DEBUGGING_SYMBOLS for SYMBOLS=NO builds meant that those builds had no debug symbols to strip or add to a dSYM. --- platform/ios/DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/DEVELOPING.md') diff --git a/platform/ios/DEVELOPING.md b/platform/ios/DEVELOPING.md index 704a357ce6..a948456203 100644 --- a/platform/ios/DEVELOPING.md +++ b/platform/ios/DEVELOPING.md @@ -53,7 +53,7 @@ You can customize the build output by passing the following arguments into the ` * `BUILDTYPE=Release` will optimize for distribution. Defaults to `Debug`. * `BUILD_DEVICE=false` builds only for the iOS Simulator. * `FORMAT=dynamic` builds only a dynamic framework. `FORMAT=static` builds only a static framework, for compatibility with iOS 7.x. -* `SYMBOLS=NO` strips the build output of any debug symbols, yielding much smaller binaries. +* `SYMBOLS=NO` strips the build output of any debug symbols, yielding much smaller binaries. Defaults to `YES`. An example command that creates a dynamic framework suitable for eventual App Store distribution: -- cgit v1.2.1