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
Build for iOS Simulator fails with XCode 7.2 when Cocoapod has Swift code. This is bug in XCode 7.2 when ARCHS are passed: http://www.openradar.me/23857648
In fact CLI can pass -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' instead of ARCHS and VALID_ARCHS parameters and the build succeeds.
Steps to reproduce:
tns create app1
cd app1
tns plugin add nativescript-dialog
tns emulate ios
The text was updated successfully, but these errors were encountered:
Build for iOS Simulator fails with XCode 7.2 when Cocoapod has Swift code. This is bug in XCode 7.2 when ARCHS are passed:
http://www.openradar.me/23857648
In fact CLI can pass
-destination 'platform=iOS Simulator,name=iPhone 6,OS=latest'
instead of ARCHS and VALID_ARCHS parameters and the build succeeds.Steps to reproduce:
tns create app1
cd app1
tns plugin add nativescript-dialog
tns emulate ios
The text was updated successfully, but these errors were encountered: