Crashes not being reported with Objective-C iOS app

I’m trying to integrate an iOS Objective-C app to Sentry.

I added the library via Cocoapods, added the code in AppDelegate and also the forced crash.

I also confirmed the follow:

  1. App with no debugger.
  2. App tested in simulator. Re-run after it crashed in Xcode.
  3. App tested in real device. Re-run after it crashed in Xcode.

Could I be missing something?