iOS Question Mac Builder error

ajk

Active Member
Licensed User
Longtime User
I got this error message during compilation: Error: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

I can compile project in Unity, but not in B4I - how to fix this error and not break good Unity-Xcode cooperation?
 

ajk

Active Member
Licensed User
Longtime User
Ok I have found solution:
Reason: Xcode installed "by hand" not from store > results in xcode.appdownload in Applications directory
Solution:
1) download from Store
or
2) copy xcode.app to Applications manually (in my case xcode.app was installed in other than Applications directory
 
Upvote 0
Top