I’m trying to get a build for iOS using the Xcode export Archive but I’m getting Failed to open project: /Users/vagrant/git/MyProject.xcworkspace: No file found at path: /Users/vagrant/git/My_Project.xcodeproj/project.pbxproj
Notice the underscore between words.
Environment:
Where did the issue happen?
If on Bitrise.io: which stack? If not on Bitrise.io: on what operating system? (Plus any other information you can share)
It fails at the Xcode Archive & Export for iOS no matter the version
Reproducibility
Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
I checked logs and found that the Xcode Archive is looking for Asistente_Compras.xcodeproj/project.pbxproj, but there is no Asistente_Compras.xcodeproj folder.
I did a rebuild with remote access to see what folders are in the project and found that the folder name is AsistenteCompras.xcodeproj, without an underscore.
Is it possible that this was given incorrectly, or there was a change that has not been updated everywhere?
@Roland-Bak I have searched everywhere in the project but didn’t find any reference for Asistente_Compras, and I do not know if there was a refactor in the past, this is a legacy code. Also, local archives seem to be working fine.