首页 > 代码库 > ionic iphone下的问题
ionic iphone下的问题
1. nsunknownkeyexception
Terminating app due to uncaught exception ‘NSUnknownKeyException‘, reason: ‘[<UIApplication 0x14e7b130> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.
解决方法:Main Interface 设置为空。
好几个错误和Deployment Info 里面的设置有关
Device Orientation 选项,Requires full screen 这几个选项可以重新选择试试。
http://stackoverflow.com/questions/8232766/terminating-app-due-to-uncaught-exception-nsunknownkeyexception
2: ionic 在xcode下面编译时,需要在search Paths 中的header Serarch Paths 中增加下面路径:
"$(OBJROOT)/UninstalledProjucts/$(PLATFORM_NAME)/include"
ionic iphone下的问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。