2024年5月30日发(作者:)
本文由我司收集整编,推荐下载,如有疑问,请与我司联系
Xcode:无法检查应用程序包
Xcode:无法检查应用程序包[英]Xcode: Could not inspect the application package I
am running Xcode 6 and iOS 8 GM. Every other time I run my app I get this message from
Xcode:
我正在运行Xcode 6和ios8 GM,每次运行我的app时,我都会收到Xcode的信
息:
“Could not inspect the application package”
“无法检查申请程序包”
So I can run and build, I will get the message. I run and build again, everything runs as
expected (this is to my device). Then it will rinse and repeat, every other time giving me
this error.
因此我可以运行和构建,我将得到消息。我再次运行并构建,一切都按预期运行
(这是我的设备)。然后它会冲洗和重复,每隔一段时间给我这个错误。
I have looked at all the other solutions that have been suggested but cannot stop this
error. I have cleaned my project, cleaned the build folder, deleted derived data etc with no
luck.
我已经看了所有其他的解决方案,已经被建议,但不能阻止这个错误。我清理了
我的项目,清理了构建文件夹,删除了派生数据等等。
How can I see what is causing this in the first place?
我怎么能一眼就看出是什么原因造成的呢?
Interestingly, this only happens when running on my device. Not on the simulator.
Also, it only happens on my device, when building for debug. If I change the scheme to
release, I can build and run endlessly without with error. Ideas?
有趣的是,这只发生在我的设备上。不是模拟器。而且,它只发生在我的设备
上,当构建用于调试时。如果我将方案更改为release,我就可以无差错地构建和运
行。想法吗?


发布评论