bitrise-steplib / steps-xcode-build-for-simulator

MIT License
4 stars 18 forks source link

Failed to create app with the error message: 'No such file or directory' #45

Closed kenyipp closed 4 months ago

kenyipp commented 4 months ago

Troubleshooting

Useful information

Issue description

I updated the Xcode version from 14 to 15. This step works fine in Xcode 14 but fails in Xcode 15. It returns an error message stating No such file or directory. I found that the file created by this step is located at /Users/vagrant/git/ddata/Build/Products/Development-iphoneos, but the file it attempted to copy is located at /Users/vagrant/git/ddata/Build/Products/Development-iphonesimulator/ I hope this information helps. It's currently blocking us from integration testing. Please kindly advise.

Bitrise info

Steps to reproduce

  1. build a normal react-native app with XCode 15
  2. add the Build for Simulator step in