ihebChaaraoui opened a new issue #948: URL: https://github.com/apache/cordova-ios/issues/948
Hello cordova platform add [email protected] I created the platform with Windows. And send api folder send macOs pc. XCODE Running with xcode and getting errors. "The project is damaged and cannot be opened due to a parse error. Examine the project file for invalid edits or unresolved source control conflicts." cordova version : 9.0.0 - [email protected] Please help me Thank You ``` <?xml version='1.0' encoding='utf-8'?> <widget id="com.example.v6" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>v6</name> <description> A sample Apache Cordova application that responds to the deviceready event. </description> <author email="[email protected]" href="http://cordova.io"> Apache Cordova Team </author> <content src="index.html" /> <plugin name="cordova-plugin-whitelist" spec="1" /> <preference name="Fullscreen" value="true" /> <preference name="DisallowOverscroll" value="true"/> <preference name="scheme" value="app" /> <preference name="hostname" value="localhost" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> <platform name="android"> <allow-intent href="market:*" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> </platform> </widget> ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
