schwa / punic

[DEPRECATED] Clean room reimplementation of Carthage tool
0 stars 1 forks source link

assert(path.suffix == '.app') if xcode-select was never called before #81

Open Igor-Palaguta opened 6 years ago

Igor-Palaguta commented 6 years ago

I've got new Mac and did not run xcode-select. After running punic update I had not clear issue: assert(path.suffix == '.app')

After setting Xcode version it works fine, but probable error message can be more clear, that user should run xcode-select

Thanks