Swift3 Framework is empty

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.

+4
source share
1 answer

, SwiftGMP .

+1

Source: https://habr.com/ru/post/1651470/


All Articles