解决Cannot use '@try' with Objecti
2019-04-08 本文已影响0人
舒翱
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
[图片上传中...(image-bea25c-1554701892567-0)]