【发布时间】:2015-07-22 21:14:57
【问题描述】:
我不熟悉使用ios-sim 命令直接在模拟器中运行 iOS 应用程序文件。
我在this 链接之后安装了ios-sim。但是当我触发以下命令在模拟器中运行应用程序时:
ios-sim launch /Users/path/Desktop/myApp.es.app
模拟器启动,我收到以下错误,然后模拟器停止:
Session could not be started: Error Domain=LaunchServicesError Code=0
"The operation couldn’t be completed. (LaunchServicesError error 0.)"
UserInfo=0x7fcd59506e90 {Error=ExecutableTwiddleFailed,
ErrorDescription=Failed to chmod
file:///Users/path/Library/Developer/CoreSimulator/Devices/88D95C8E-DE0E-4687-9FA5-
990A45E3BBB4/data/Library/Caches/com.apple.containermanagerd/Temp/Bundle/Application/B025F33F-F9F3-4273-9D72-
D824FCD2E508/myApp.es.app/myApp.es : No such file or directory}
我哪里错了?我该如何解决?
【问题讨论】:
标签: ios cordova ios-simulator