Enable 'exception' feature to hopefully catch and surface ObjC exceptions.

This commit is contained in:
Nolan Darilek 2021-03-12 08:36:52 -06:00
parent cdfb7ddb77
commit 00485d6cd8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ speech-dispatcher = "0.7"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
cocoa-foundation = "0.1"
libc = "0.2"
objc = "0.2"
objc = { version = "0.2", features = ["exception"] }
[target.wasm32-unknown-unknown.dependencies]
wasm-bindgen = "0.2"