Bonjour,
Sous Cordova, lorsque jâajoute la plateform IOS, il y a une ligne qui nâapparaissait pas avant :
[!] The Podfile does not contain any dependencies.
ordova platform add ios
Using cordova-fetch for cordova-ios
Adding ios projectâŠ
Creating Cordova project for the iOS platform:
Path: platforms/ios
Package: com.becquet.courseauxformes
Name: course_aux_formes
iOS project created with cordova-ios@7.1.1
Plugin âcordova-plugin-whitelistâ found in config.xml⊠Migrating it to package.json
Plugin âcordova-plugin-screen-orientationâ found in config.xml⊠Migrating it to package.json
Plugin âcordova-plugin-ionic-webviewâ found in config.xml⊠Migrating it to package.json
Discovered plugin âcordova-plugin-whitelistâ. Adding it to the project
Installing âcordova-plugin-whitelistâ for ios
Adding cordova-plugin-whitelist to package.json
Discovered plugin âcordova-plugin-screen-orientationâ. Adding it to the project
Installing âcordova-plugin-screen-orientationâ for ios
Adding cordova-plugin-screen-orientation to package.json
Discovered plugin âcordova-plugin-ionic-webviewâ. Adding it to the project
Installing âcordova-plugin-ionic-webviewâ for ios
Adding cordova-plugin-ionic-webview to package.json
[!] The Podfile does not contain any dependencies.
Et quand jâouvre XCode et que je veux lancer le projet, jâobtiens une erreur liĂ©e Ă ce Podfile :
Est-ce que quelquâun aurait une idĂ©e sur ce qui bloque ?
Merci dâavance pour votre aide.


