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.
cp -R '/Users/vagrant/git/ddata/Build/Products/Development-iphonesimulator/MY_APP.app' /Users/vagrant/deploy/
cp: /Users/vagrant/git/ddata/Build/Products/Development-iphonesimulator/MY_APP.app: No such file or directory
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