B4i Question [SOLVED] mac buildserver start issues on mojave and xcode 10.2.1 - miker2069 (first post)    Jun 13, 2019   (1 reaction) Hi Erel, the output of xcode-select -p is:
/
and the output of xcodebuild -version is:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/' is a command line tools instance
Hmm, that clearly doesn't seem right, I looked up that error and this pointed me to the B4i Question Failed to find xcode version - JordiCP (first post)    Feb 22, 2020   (6 reactions) Find the XCode path in your Mac and, from the terminal, type (change path according to your installation)
sudo xcode-select -s /Applications/Xcode11.app B4i Question Mac Builder error - Erel (first post)    Aug 30, 2017 xcode-select should point to a path such as: /Applications/Xcode.app/Contents/Developer
In your case it points to the command line tools.
You can configure it with:
sudo xcode-select -switch <path here> B4i Question Local builder: Working with Xcode 13.3? - Sandman (first post)    May 03, 2022 After I installed 13.2 and did the xcode-select to point to it, I got a different error in the builder log, which gave me a clear indication to what the problem was: The IDE was connected to the Simulator.
I swapped the IDE to a non-existing IP address (because there is neither a way to see what de B4i Question how to use sudo xcode-select -switch <path / to /> Xcode.app - John Woodsmall    Sep 25, 2017 sudo xcode-select -switch <path / to /> Xcode.app
how do i switch the xcode back to 8.0 (something)?
some how apple upgraded the system to 9.0 and now i can not upload to the store without error.
xcode-switch -p seems to point to the /../Xcode.app (which must be 9.0 of xcode) but:
So where is th B4i Question Issues submitting my app to iTunnesConnect - tucano2000 (first post)    Sep 14, 2017 Thanks for the info. I really did not know. I found more details on how to use it and am sharing it:
sudo xcode-select -switch <path / to /> Xcode.app
More info: https://developer.apple..html B4i Question Failed to find xCode path. - Erel (first post)    Sep 06, 2019 What is the output of:
xcode-select -p
Run it from the terminal. B4i Question Local Mac Compiler - Yvon Steinthal (first post)    Jan 08, 2018 What do you mean?
" /" is what i get from entering "xcode-select -p" in the terminal...
and yes i've ran xcode... B4i Question Itunes Connect - Missing Info.plist value - Erel (first post)    Oct 03, 2017 Reinstall Xcode 8. If you are using B4i v4.30 then you can choose which Xcode to use you start the builder with xcode-select. Otherwise you will need to uninstall Xcode 9. B4i Question Error in compile - Erel (first post)    Jul 01, 2015 Seems like Xcode is misconfigured. You should use xcode-select to set the default Xcode: http://iosdevelopertips.com/xcode/xcode-select-managing-multiple-versions-of-xcode.html Page: 1   2   3   4   5   6   7   Powered by ColBERT |