NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

fix(ios): skip package validation on xcodebuild #5782

Closed NathanWalker closed 9 months ago

NathanWalker commented 10 months ago

PR Checklist

What is the current behavior?

When Swift Packages are included, validations may run which break the build.

What is the new behavior?

xcodebuild flag is now included during iOS development to avoid build interruptions as discussed here: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305