We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe94bb commit 47b8c9aCopy full SHA for 47b8c9a
build-cap
@@ -5,10 +5,11 @@ build_capacitor_simulator() {
5
-scheme Capacitor \
6
-workspace Capacitor.xcworkspace \
7
-destination "generic/platform=iOS Simulator" \
8
+ -configuration Debug \
9
-archivePath ./Build/iOS-Simulator \
- -configuration Release \
10
SKIP_INSTALL=NO \
11
- BUILD_LIBRARY_FOR_DISTRIBUTION=YES
+ BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
12
+ DEBUG_INFORMATION_FORMAT="dwarf-with-dsym"
13
}
14
15
build_capacitor_ios() {
0 commit comments