I’ve constructed a mole mash sport in Ionic with Angular. I can play the sport that I’ve coded on Mac in VSCode in browser and it runs as anticipated.
Now I’ve deployed it to iOS (iPhone) with the next instructions:
- ionic construct
- ionic cap add ios
- ionic cap copy
- ionic cap sync
- ionic cap open ios (launches XCode)
The I run in XCode for deployment to related iPhone and construct fails with the next error: “Unable to open configuration settings file”.
I can navigate to the file within the folder on native disk from XCode and once more, I’m unable to open it in Finder. I get the message that the file can’t be opened as it’s already open in one other workspace.
Please assist me.