MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

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

Open Ahmed-Mujahid opened 2 years ago

Ahmed-Mujahid commented 2 years ago

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
ob commented 2 years ago

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