I want to import some swift classes in objective-c project. I added all classes, I created the bridging-header, I imported the MyTarget-swift.h file in my classes and everything seems working fine.
When I'm building the project, I found a very strange error on generated swift.h file:
StoreKit framework is already added to project. I have no idea what is going on. Anybody has any idea?