Hi,
Attempting to build a native iOS module. The module depends on ImageIO framework , but I can't seem to get it to include it. The module does work if I add it to the Titanium.xcodeproj in the specific sdk-version. I have added the framework to the project, and module.xcconfig looks like this:
OTHER_LDFLAGS=$(inherited) -framework ImageIO
Is there anything else I should be aware of?
2 Answers
Accepted Answer
HI Jonas, what is the exact problem? including the framework for specific SDK could be reason for SDK dependency in framework design.
Try searching the Q&A, and see if any of the solutions to similar questions help you:
Your Answer
Think you can help? Login to answer this question!