Updated Xcode this morning and now ionic project wont deploy to a device.
ionic run ios --device
Returns:
** BUILD SUCCEEDED **
xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH
Error: Error code 72 for command: xcrun with args: -sdk,iphoneos,PackageApplication,-v
No idea what to do to fix, Googling returns lots of options but none correct.
xcodebuild -exportArchive
, so I resort to replacingPackageApplication
from an old Xcode: https://mcmap.net/q/330369/-what-39-s-the-replacement-for-xcode-39-s-packageapplication – Muscadine