crash reports from shared code framework

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

I suddenly stopped receiving crash reports from one testflight beta release to the next and was wondering why. The only difference was implementing a shared code framework as mentioned above.


The question now is what next? Radar and make the framework an integral part of the app rather than a library?

crash reports from shared code framework
 
 
Q