Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit abf61a0

Browse files
committed
[ios] Don’t strip on copy in Debug
Doing so prevents us from debugging the framework while running the iosapp application target in Xcode.
1 parent a9cb0a7 commit abf61a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/app/mapboxgl-app.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@
4949
'Debug': {
5050
'xcode_settings': {
5151
'CODE_SIGN_IDENTITY': 'iPhone Developer',
52+
'COPY_PHASE_STRIP': 'NO',
5253
},
5354
},
5455
'Release': {
5556
'xcode_settings': {
5657
'CODE_SIGN_IDENTITY': 'iPhone Distribution',
5758
'ARCHS': [ "armv7", "armv7s", "arm64", "i386", "x86_64" ],
59+
'COPY_PHASE_STRIP': 'YES',
5860
},
5961
},
6062
},

0 commit comments

Comments
 (0)