Module 3rd Party Framework Not Compiling With Module

You must Login before you can answer or comment on any questions.

I'm hoping someone else has had this problem and found a solution. I'm trying to build a custom module using Star Printer's framework. I've added it via xCode, and added it in the module.xcconfig. Yet when I build and package my module, it doesn't get included in the .zip. Am I missing something?

1 Answer

HI Bryce, for 3rd party framework, i would say you take the library and include that directly along with headers in Xcode project. that will work though there is another solution possible but in that you have to package the 3rd party framework with your module to be used in 3rd person framework.

so i don't personally like it and recommend it.

Your Answer

Think you can help? Login to answer this question!