I’ve tried every possible solution I could find for this cryptic error and no luck.
In my Ionic project, I’ve added the platform, but when I go to run the project in the simulator through Xcode, I get this error:
error: cannot parse the debug map for "/Users/XXX/Library/Developer/Xcode/DerivedData/ProjectName-aedfralrxnetyceopmcioxkdhsxh/Build/Products/Debug-iphonesimulator/ProjectName.app/ProjectName": No such file or directory
Not sure where else to turn other than here. Any help would be appreciated!
And I’m trying to run the simulator. And yes I can… I just keep getting that error when I’m trying to build in the CLI or if I’m trying to run the simulator.
I’m using Xcode because I added the platform to my project and then opened the project in Xcode, so I could launch the simulator from Xcode. After attempting to do that, the project fails and gives me the error I described.
I cloned into the conference app from Ionic’s starters and was able to successfully run the project.
Your error message indicates a problem with the data of a Simulator somehow. I don’t really know what this path is used for. Uninstall and reinstall the simulator? Or whole Xcode?