Skip to content

Commit

Permalink
add flag to xcodebuild to skip package plugin validation (#57)
Browse files Browse the repository at this point in the history
# Skip Package Plugin Validation

## ♻️ Current situation & Problem
Xcode projects relying on package plugins do not run successfully with
our Xcode build workflow.
To resolve this issue an additional build argument should be added to
skip the plugin validation.


## ⚙️ Release Notes 
- add build argument skipPackagePluginValidation to Xcode build command
in the Xcode build workflow


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
NikolaiMadlener authored Mar 26, 2024
1 parent b5c78ff commit 8b41278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGN_IDENTITY="" \
OTHER_SWIFT_FLAGS="\$(inherited) $ENABLE_TESTING_FLAG" \
-skipPackagePluginValidation \
| xcpretty
- name: Fastlane
if: ${{ inputs.fastlanelane != '' }}
Expand Down

0 comments on commit 8b41278

Please sign in to comment.