Reputation: 323
I've done the following steps :
run ionic start myApp tabs
ionic platform add ios
, ionic platform add android
This is my ionic info :
Cordova CLI: 5.4.1
Ionic CLI Version: 1.7.13
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.4
ios-sim version: 5.0.6
OS: Mac OS X El Capitan
Node Version: v5.4.1
Xcode version: Xcode 7.2 Build version 7C68
My question : Where is the platforms folder ?
Upvotes: 1
Views: 1593
Reputation: 323
The platforms folder can't created when i create project in this directory :
~/Documents/TESTING Projects/IONIC
I tried to change my directory to : ~/Documents/IONIC
, and everything working as expected
Upvotes: 1