I have set the name of my project in capacitor.config.json
When I run ionic capacitor build ios
it creates the ios folder with a xcode project named ‘App’
I rename the project within xcode and it throws swift errors regarding to references like not being able to find capacitor, or cocoa pods not being synchronized. If I don’t rename the project, it works fine. But when I go to archive, it is simply named ‘App’ with only the display name being what I set in the capacitor config.
Is there a way I can reliably set the project name so that I don’t have to fuss with renaming through Xcode?
1 post - 1 participant