iOS Question Failed to find xCode path.

interskala

Member
Licensed User
hi erel..currentlly i use Xcode 8.1 but when i run b4iBuildServer.jar have error


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-09-05 17:42:05.270:INFO::main: Logging initialized @186ms to org.eclipse.jetty.util.log.StdErrLog
Loading default configuration file.
AppPath=/Users/it/Desktop/B4i/B4iBuildServer
Mac version: 10.11.6
Failed to find xcode path.
ITs-MacBook-Pro:B4iBuildServer it$

where is the problem..and how to resolve this problem
Thanks
 

Attachments

  • WhatsApp Image 2019-09-05 at 17.48.13.jpeg
    WhatsApp Image 2019-09-05 at 17.48.13.jpeg
    210 KB · Views: 304

interskala

Member
Licensed User
thanks erel..
currently i have hosted builder, but when i use this i must have iOS developer account, it's correct??
and can i debug app when i use hosted builder??
 
Upvote 0

interskala

Member
Licensed User
hi..erel i already install Xcode 10.3 but when i run b4ibuildserver still error



2019-09-06 08:39:16.399:INFO::main: Logging initialized @6272ms to org.eclipse.jetty.util.log.StdErrLog

Loading default configuration file.

AppPath=/Users/it/Desktop/B4i/B4iBuildServer

Mac version: 10.14.6

Failed to find xcode path.

ITs-MacBook-Pro:b4ibuildserver it$ c

can you help me..
thanks
 
Upvote 0

interskala

Member
Licensed User
the output :

ITs-MacBook-Pro:b4ibuildserver it$ xcode-select -p

xcode-select: error: unable to get active developer directory, use `sudo xcode-select --switch path/to/Xcode.app` to set one (or see `man xcode-select`)
 
Upvote 0

interskala

Member
Licensed User
Currently the output:

ITs-MacBook-Pro:b4ibuildserver it$ xcode-select -p

/Library/Developer/CommandLineTools

ITs-MacBook-Pro:b4ibuildserver it$ c
 
Upvote 0

CaptKronos

Active Member
Licensed User
If you execute Xcode directly does it start up? In the past I have received the path not found error. This occured after upgrading Xcode and then immediately running b4ibuildserver. What fixed it for me was to run Xcode once and then run b4ibuildserver. (Running Xcode seemed to set up the required path settings.)
 
Upvote 0
Top