Hello everyone,
When building an xcode project from unity, try catch block(in Objective C) gives the following error
Cannot use ‘@try’ with Objective-C exceptions disabled
While normal xcode project doesn’t have this problem.
How can I fix this issue?
Thank you