Hi! I’m running this command:
ionic emulate ios
And everything works fine, but I’m watching a message that says:
2014-10-09 13:55:27.371 xcodebuild[6586:5403] DeveloperPortal: Using pre-existing current store at URL (file:///Users/chema/Library/Developer/Xcode/DeveloperPortal%206.0.1.db).
If a use the command cordova emulate ios, I don’t see the message and everything works fine too.
At the end of the output I see other messages too:
2014-10-09 14:01:16.715 ios-sim[6918:507] stderrPath: /Users//Downloads/myApp/platforms/ios/cordova/console.log
2014-10-09 14:01:16.716 ios-sim[6918:507] stdoutPath: /Users//Downloads/myApp/platforms/ios/cordova/console.log
Usage of ‘–family’ is deprecated in 3.x. Use --devicetypeid instead.
Usage of ‘–retina’ is deprecated in 3.x. Use --devicetypeid instead.
What does it means? Thanks!