-
The operation couldn’t be completed. (IDEPseudoTerminalDomain error 1.)
解决办法:重置模拟器,重启Xcode -
There was an internal API error.
解决办法:将build setting 中 product name 改为 工程名。
原因: product name 设置为中文, 在 install app 时, 产生乱码。通过console 查看的 (console 提示:Can't stat /var/mobile/Media/PublicStaging/±±Ëà™ÁߪÂä®.app: No such file or directory) -
include of non-modular header inside framework module 'XXXX'
解决办法:build setting 中 Allow non-modular includes 这是为yes
原因:framework 使用了不存在头文件。
网友评论