Sentry v0.14.0 does not build on iOS Simulator. Is it possible to distribute this library with simulator support?
Build error is:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_RNSentry", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
Update:
It seems that problem is that libRNSentry.a was not added Linked Frameworks and Libraries.