Framework project: https://github.com/twodayslate/SwiftGMP
I built this project and dragged SwiftGMP.framework into my iOS app. I can import SwiftGMPjust fine, but I can’t use any functions or structures, even if they are configured for publicity within the framework. What am I missing? I hope this is just a flag or build setting. SwiftGMP-Swift.h is created.
edit: // I got it by dragging the project into my application, and then set the library path in my main project. Doesn't seem right, but it works.
source
share