xcrun: error: unable to find utility “PackageApplication”, not a developer tool or in PATH - Since updating Xcode

后端 未结 10 635
暗喜
暗喜 2020-12-08 06:42

Updated Xcode this morning and now ionic project wont deploy to a device.

ionic run ios --device

Returns:

** BUILD SUCCEEDE         


        
10条回答
  •  醉酒成梦
    2020-12-08 07:26

    I found a workaround to solve this using command line, with device connected on your mac: ionic build ios --device ios-deploy --noninteractive --debug --bundle build/device/YOURAPP.app

    After this, stop debug using Ctrl C, and your app will be working on your device.

    Hope work for you guys.

提交回复
热议问题