简体   繁体   English

无法在iOS 8上运行应用程序

[英]Can't run application on iOS 8

When I'm trying to run my application on iOS 8 device or simulator it crashes with messages in console: 当我尝试在iOS 8设备或模拟器上运行我的应用程序时,它崩溃并在控制台中显示消息:

cwd:/dir=/Users/alexedunov/Library/Developer/CoreSimulator/Devices/B0F6F815-1209-48D8-8485-    5B5EB35686B9/data/Containers/Data/Application/65B6100A-22C8-43B3-A6E2-506571B92E66/Documents
cwd:/Users/alexedunov/Library/Developer/CoreSimulator/Devices/B0F6F815-1209-48D8-8485-    5B5EB35686B9/data/Containers/Data/Application/65B6100A-22C8-43B3-A6E2-506571B92E66/Documents
2014-09-18 22:57:39.581 BankApp[3943:45325] Wrong directory.
Run application from /var/mobile/Applications/<App id>/<App name>.app

I didn't find any solution to fix it. 我没有找到解决方案。

My OS X version is Mac OS Yosemite beta 10.10. 我的OS X版本是Mac OS Yosemite beta 10.10。 XCode 6.0 (6A313) XCode 6.0(6A313)

I have the same problem. 我也有同样的问题。 It resolves by removing CryptoPro ( http://www.cryptopro.ru/ ) from project. 它通过从项目中删除CryptoPro( http://www.cryptopro.ru/ )来解决。 Probably, in CryptoPro performs find some files in application`s Documents folder using incorrect path ([[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject] recommended). 可能是在CryptoPro执行中,使用不正确的路径在应用程序的Documents文件夹中找到了一些文件(建议使用[[[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject])。 I will try to update CryptoPro to latest version, and I hope that helps. 我将尝试将CryptoPro更新到最新版本,希望对您有所帮助。

Is your project contains CryproPro? 您的项目是否包含CryproPro?

I catched the same error when running "Np Cades Browser". 运行“ Np Cades浏览器”时,我遇到了相同的错误。 I figure out that it's because of iOS version. 我发现这是因为iOS版本。 On iOS 10 error persists. 在iOS 10上,错误仍然存​​在。
You need iOS 7 to make this work. 您需要iOS 7才能完成这项工作。 Don't know about above versions. 不知道以上版本。 I assume paths different on different OS. 我假设不同的操作系统上的路径不同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM