albertoroque opened a new issue, #1589: URL: https://github.com/apache/cordova-ios/issues/1589
# Bug Report I’m experiencing an issue when trying to run cordova prepare ios on a Cordova iOS project. The command fails with ENOENT errors related to missing iOS project files (Droper-Info.plist and project.pbxproj), even though the platform was added normally. This prevents the iOS platform from preparing or building correctly. ⚠️ Important: This issue did not occur with Cordova versions from a few weeks ago. The same project worked without errors before updating. Additionally, I noticed that the Xcode workspace name changed unexpectedly from MyApp.xcworkspace to App.xcworkspace after adding the iOS platform. I’m not sure if this is related, but this behavior also did not happen in previous versions. ### Error output ENOENT: no such file or directory, stat './platforms/ios/Droper/Droper-Info.plist' Error: ENOENT: no such file or directory, open '/Users/albertoroque/Projetos/MarketSite/appV2/droperApp/platforms/ios/Droper.xcodeproj/project.pbxproj' ### Command or Code ⚠️ cordova platform add ios ❌ cordova prepare ios ### Environment, Platform, Device "cordova": "^13.0.0" "cordova-ios": "^8.0.0" Node.js version: v24.11.1 macOS version: tahoe 26.1 Xcode version: Xcode 26.1.1 - Build version 17B100 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ x] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [ x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
