Skip to content

Commit 7881814

Browse files
committed
Add $(inherited) to HEADER_SEARCH_PATHS in zip_quickstart_test.sh
1 parent 653355a commit 7881814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zip_quickstart_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
xcodebuild \
4747
-project ${SAMPLE}Example.xcodeproj \
4848
-scheme ${SAMPLE}Example${SWIFT_SUFFIX} \
49-
-destination "platform=iOS Simulator,name=$device_name" "SWIFT_VERSION=5.3" "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(PROJECT_DIR)/Firebase' \
49+
-destination "platform=iOS Simulator,name=$device_name" "SWIFT_VERSION=5.3" "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ObjC" "FRAMEWORK_SEARCH_PATHS= \$(PROJECT_DIR)/Firebase/" HEADER_SEARCH_PATHS='$(inherited) $(PROJECT_DIR)/Firebase' \
5050
build \
5151
) || EXIT_STATUS=$?
5252

0 commit comments

Comments
 (0)