简体   繁体   English

iPhone警告…! App正在模拟器中运行,而不是在Iphone设备中运行!!

[英]iPhone Warning…!! App running in simulator not in Iphone device…!

I am new to iphone programming. 我是iPhone编程的新手。 Now I am working for a project which in combination of opengl and objective c.It is working perfectly in simulator but while running in device its showing the following warnings 现在我正在为一个将opengl和目标c结合在一起的项目工作,它在模拟器中可以正常工作,但是在设备中运行时会显示以下警告

warning: Unable to read symbols for /Library/MobileSubstrate/MobileSubstrate.dylib (file         not found).
warning: Unable to read symbols for /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib (file not found).
Program received signal:  “EXC_BAD_ACCESS”.

Only the splash screen is coming .How to remove these warnings? 只有启动画面即将到来。如何删除这些警告?

Anyone can help me please??? 任何人都可以帮助我吗???

Your phone is jailbroken, that could be causing the issue or it could be something else. 您的手机越狱了,这可能是造成此问题的原因,也可能是其他原因。

You should use breakpoints to figure out exactly where your code is crashing 您应该使用断点来弄清楚代码崩溃的确切位置

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

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