twodayslate
twodayslate

Reputation: 2833

Swift3 Framework Module is empty

Framework Project: https://github.com/twodayslate/SwiftGMP

I built this this project and dragged the SwiftGMP.framework into my iOS application. I can import SwiftGMP just fine but I cannot use any of the functions or structs even though they are set to public in the framework. What am I missing? I'm hoping it is just a flag or build setting. The SwiftGMP-Swift.h is being generated.

edit:// I got it working by dragging project into my application and then settings the library path in my main project. Doesn't seem right but it works.

Upvotes: 4

Views: 569

Answers (1)

Teo Sartori
Teo Sartori

Reputation: 1112

Take a look at the settings of this project which uses SwiftGMP without adding it as a separate sub-project.

Upvotes: 1

Related Questions