-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
iOS only (tns 2.5.3)
Xcode 8.3 has fully removed the ability to do an xcrun PackageApplication as is performed when building/running a nativescript app on a development device (see this line of code here). This means that tns run ios and friends don't work under Xcode 8.3, failing with the following error:
xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH
Command xcrun failed with exit code 72
Some googling around has suggested moving to using xcodebuild, and the cordova guys have done the update in this PR: apache/cordova-ios#257
Let me know if you need any further info
dtopuzov, dunqan, NickIliev, CitySim, Tschrock and 13 more