iOS Question Shared modules slowing performance in debug mode

Segga

Member
Licensed User
Longtime User
As one of my projects has grown, the performance in debug mode has slowed to a level where I cannot even run the app.
After trying many of the recommendations in the forum without any success, I ran a test where I removed all 10 shared modules in the app and re-imported them as internal code modules.
The app is now running in debug mode without any issues!!!
Wondering if anyone has any reasons as to why this might be happening so that I can go back to using the extremely useful and convenient shared modules again?
 
Top