Xcode打包提示:
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 表示是否允许应用程序获取框架库内语言。
regexkit 报错 方法
在项目的编译设置中找到Other Linker Flags,然后在后面字段空白处双击,添加“-licucore”就可以了。
拍照声音 AudioServicesPlaySystemSound(1108);
微博崩溃报错
在Other Linker Flags 中添加-ObjC就可以了
如果加入文件使用[[NSBundle mainBundle] URLForResource:@"BirdsNest" withExtension:@"mp4"]; 获取不到url 就需要导入的时候 勾选下面选相框里的工程
网友评论