bluepill icon indicating copy to clipboard operation
bluepill copied to clipboard

bluepill still getting the defualt path for xcode using xcode-path

Open Ahmed-Mujahid opened this issue 3 years ago • 1 comments

I have installed xcode 13.1 as 13.2 is not compatible. i am trying to run bluepill for xcode 13.1 with config file. Note: I have also 13.2 installed i havent deleted.

{
  "xctestrun-path": "./CounterApp_iphonesimulator10.3-x86_64.xctestrun",
  "output-dir": "./build/",
  "xcode-path": "/Applications/Xcode13.1.app"

}

i have also attached an screenshot of my command. Is there any command i am missing? Screenshot 2022-06-07 at 11 09 39 AM

Ahmed-Mujahid avatar Jun 07 '22 06:06 Ahmed-Mujahid

Can you try running xcode-select -s /Applications/Xcode13.1.app as a workaround?

ob avatar Jun 07 '22 17:06 ob