Skip to content

Commit 47b8c9a

Browse files
authored
build simulator with debug configuration (#24)
1 parent 3fe94bb commit 47b8c9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-cap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ build_capacitor_simulator() {
55
-scheme Capacitor \
66
-workspace Capacitor.xcworkspace \
77
-destination "generic/platform=iOS Simulator" \
8+
-configuration Debug \
89
-archivePath ./Build/iOS-Simulator \
9-
-configuration Release \
1010
SKIP_INSTALL=NO \
11-
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
11+
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
12+
DEBUG_INFORMATION_FORMAT="dwarf-with-dsym"
1213
}
1314

1415
build_capacitor_ios() {

0 commit comments

Comments
 (0)