Before create a target the IPA size was 6MB after add a new target the new size is 90MB. It's insane, what's going on?
I had to make several changes in order to run objective-c and swift
Instructions from the Apple website:
To import Swift code into Objective-C from the same framework
Under Build Settings, in Packaging, make sure the Defines Module setting for that framework target is set to Yes. Import the Swift code from that framework target into any Objective-C .m file within that framework target using this syntax and substituting the appropriate names:
#import "ProductName-Swift.h"