Skip to content

Commit

Permalink
Fix xcodebuild plugin permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 1, 2024
1 parent ca26ebe commit 1f7b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
xcodebuild build \
-scheme OpenSwiftUI \
-configuration Debug \
-skipMacroValidation -skipPackagePluginValidation \
-destination "platform=iOS-Simulator" \
-derivedDataPath .build-test-debug
# OpenSwiftUI-Package is not listed currently
# OTHER_SWIFT_FLAGS="-warnings-as-errors" \ AccessLevelOnImport will cause build warning via xcodebuild
env:
Expand Down

0 comments on commit 1f7b888

Please sign in to comment.