You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(template): Remove VALID_ARCHS from project.pbxproj
The `armv7 arm64` setting is invalid when building for simulator.
The reason for not detecting it until now is that it has been
overridden with a command line argument passed to `xcodebuild`
by {N} CLI.
Doing so however prevents users from specifying their own value
for ARCHS and VALID_ARCHS settings.
See NativeScript/nativescript-cli#4197
0 commit comments