Impossible "paid load". Give NoneType Error

Trying to use apportable for the first time. Keep getting this error:

TypeError: 'NoneType' object is not subscriptable 

and

 NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=2 \"The operation couldn\U2019t be completed. No such file or directory\""; 

And then the script ends.

+4
source share
1 answer
 xcode-select --switch /Applications/Xcode.app/Contents/Developer 

Background: this can happen if you upgraded to Xcode 5. It seems that Xcode 5 has an error that it may generate incorrect output when xcodebuild starts.

+1
source

Source: https://habr.com/ru/post/1492114/


All Articles