iOS:Cannot use '@try' with Objec
2021-01-26 本文已影响0人
Lee坚武
bug问题显示:
Cannot use '@try' with Objective-C exceptions disabled
解决办法:
Build Settings -> Apple LLVM 9.0 - Language - Objective C -> Enable Objective-C Exceptions

改为yes即可,然后可以编译通过
为:Yes 即可。