- Home /
"Cannot use '@try' with Objective-C exceptions disabled" Error
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
I see this all the time when my build machine has to check out a new version of my project. I have to manually go in and change the xcode build setting. I wish there was a way to have unity automatically make this a reasonable setting when creating a new xcode build project.
Your answer
Follow this Question
Related Questions
How to use an xcode game on unity3d 0 Answers
Xcode crash when running Unity project on device 1 Answer
problem with exporting to Xcode 0 Answers
Cloud recognition in Vuforia 0 Answers
Runs fine in editor, crash on switch platform to iOS. 0 Answers