'I want to build an iOS Phaser app using Cordova in XCode 13
I have a Phaser project that I am trying to port into a native iOS app using Cordova. Did anybody manage to do this? I can test the project fine on my connected device but I am having trouble signing the product and uploading it to Test Flight.
I have been following various tutorials and the Cordova documentation but nothing seems to work properly. The two major issues I have at the moment:
- After I archive the product via XCode, then validate it, I get an error about multiple frameworks with the same name being present. I can solve this by deleting platforms/ios/www/node_modules/ios-deploy/_Frameworks/MobileDevice.framework/MobileDevice
- Then I try to build & archive the app again. I have created provisioning profiles and distribution certificate already. However, in the validation step, XCode is asking me for provisioning profiles of all the sub-products that Cordova uses, like MobileDevice.framework and others. As far as I can tell, this should not be happening.
If someone can let me know the correct steps to take the app through the Archiving and uploading process, I'd really appreciate it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
