Deploy Lion app to 10.6 exception

感情迁移 提交于 2019-12-10 11:22:54

问题


I have an OS X App That builds on Lion (with latest sdk) but deploy set to 10.6 (to be able run on Snow Leo). ARC enabled.

I want's to run app on Show Leopard. Application works well on Lion.

But when I start application in 10.6 I get this exception in console:

NSRLEArray objectAtIndex:effectiveRange: Out of bounds

And nothing more. No stack or whatever. Just this one line.

What I may do to clarify situation ? Problem seems more strange, since in Lion all works good.

来源:https://stackoverflow.com/questions/11723476/deploy-lion-app-to-10-6-exception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!