关于和iOS和U3d工程合并(一)

从没发表过博客,最近在做U3d相关的东西,做一些纪录。

从unity3d中导出的工程合并在iOS项目中,首先解决的几个错误信息。

Cannot use '@try' with Objective-C exceptions disabled

解决方法:

修改target -> build settings -> All | Combined -> Apple LLVM Compiler 4.2 - Language 中 Enable Objective-C Exceptions为YES

sdwebimage 需要倒入库

* ImageIO.framework

* MapKit.framework

如果是weakSelf 不识别 检查 apple LLVM7.0 - Language 是不是GNU99

解决手机语言已经设置显示中文 在调用系统相册、相机界面 时显示英文问题,在 info.plist里面添加Localized resources can be mixed YES 表示是否允许应用程序获取框架库内语言。

你可能感兴趣的:(关于和iOS和U3d工程合并(一))