To reduce the size of my application I have recently put the code shared between main app and extensions into a shared framework.
I am testing this along with other enchancements for the next version of my app and right now this is just TestFlight builds for my beta testers.
I have not received a single crash report (using the built-in crash reporting) since putting the shared code into a embeded framework and it seems unlikely that my beta testers have not experienced any crashes. They even email me to tell me about crashes but when looking at crashes in the XCode Organizer there is nothing.
My question is whether anybody knows of this is just a expected consequence of using a shared framework on iOS?
Will crash be delivered for the App Store version once I am that far?
Is there any build settings I should check to make crash reporting work?
Best regards,
Anders