Hello there, i would like to ask a question related xcode build confinguration.
So i have create a Common.framework that i used in other project, because of the .framework file is quite large then i want to generate Common.framework but with Generate Debug Symbols is NO, and the result Common.framework size is reduced
The question is there any negative impact that will happen to my app that use Common.framework?