ios - Xcode5.1 xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH -
after installing xcode5.1 iphone7.1 sdk getting following error when trying package application in command line:
xcodebuild: error: sdk "iphoneos7.1.sdk" cannot located. xcrun: error: unable find utility "packageapplication", not developer tool or in path
i have installed xcode command line tools in previous version of xcode , upgrade xcode5.1 did not remove them. option install "command line tools" not available in xcode preferences/downloads.
any ideas how fix error?
i got error when using carthage. happened because first installed commandline tools, , afterwards, full xcode application. fix this, had run following command:
$ sudo xcode-select --reset
Comments
Post a Comment