在项目中使用@try - @catch编译时报错,原因是因为你没有打开异常配置信息。
Cannot use '@try' with Objective-C exceptions disabled
需要设置(Xcode10.1为例):
TARGET -> Build Settings -> Apple LLVM 9.0 - Language - Objective C -> Enable Objective-C Exceptions
为:Yes 即可。
在项目中使用@try - @catch编译时报错,原因是因为你没有打开异常配置信息。
Cannot use '@try' with Objective-C exceptions disabled
需要设置(Xcode10.1为例):
TARGET -> Build Settings -> Apple LLVM 9.0 - Language - Objective C -> Enable Objective-C Exceptions
为:Yes 即可。
本文标题:@try - @catch编译时报错
本文链接:https://www.haomeiwen.com/subject/tibrsqtx.html
网友评论