在运行ionic cordova run ios时,我会得到以下错误
** BUILD SUCCEEDED **
No target specified for emulator. Deploying to iPhone-X, 11.2 simulator
An error was encountered processing the command (domain=IXErrorDomain, code=2):
Failed to create IXPlaceholder for app bundle ID io.ionic.starter
An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=5):
The request to open "io.ionic.starter" failed.
(null) was unable to service the request.
io.ionic.starter: -1
logPath: /Users/josh/Apps/Illume/illume/platforms/ios/cordova/console.log注意:尽管出现了最后一行错误,日志似乎并不在那里。
发布于 2018-02-12 07:09:35
重新安装Xcode解决了此问题。
https://stackoverflow.com/questions/48636535
复制相似问题