Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afeb486

Browse files
committed
skip macro validation
1 parent 557de6d commit afeb486

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ test: $(addprefix $(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)) $(XCPROJECT) ## Ru
121121
-project $(XCPROJECT) \
122122
-scheme $(SCHEME) \
123123
-testPlan $(TEST_PLAN) \
124+
-skipMacroValidation \
124125
-skipPackagePluginValidation \
125126
CODE_SIGNING_REQUIRED=NO \
126127
CODE_SIGNING_ALLOWED=NO | xcbeautify

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ xcodebuild \
125125
-configuration "Release" \
126126
-archivePath "$ARCHIVE_PATH" \
127127
archive \
128+
-skipMacroValidation \
128129
-skipPackagePluginValidation \
129130
CODE_SIGN_STYLE=Manual \
130131
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" \

0 commit comments

Comments
 (0)