I have created a CococoaPod framework for common UI to be used inside multiple projects. I have assigned Source Sans Pro to UILabels in the storyboard and Font files are added to the CocoaPod framework inside the resource folder.
When any app using this framework runs in the simulator, instead of Source Sans Pro font, labels are showing Helvetica font.
If I apply font property explicitly in viewDidLoad to UILabel for which Source Sans Pro was set in Storyboard but Helvetica was showing, Source Sans Pro font is shown.
I want to know why appropriate fonts are not showing up from UIStoryboard file coming from Pod framework.