Saturday, 8 August 2020

Makefile EXTRA_FRAMEWORKS not working properly

Hellow, I'm having a weird problem, at least it seems weird to me. So I've created a framework with the theos framework NIC template. Then I added it to my project makefile like: <PROJECT>_EXTRA_FRAMEWORKS += MyFramework This didn't work, so I also tried <PROJECT>_EXTRA_FRAMEWORKS += MyFramework Also not working Then I install this deb, and it's stating it can't find the framework (which is true, because it's not being installed on device). If I install the .deb from the framework template, it does work (because then it installs). Is there a way to not needing to install the framework .deb manually? Cheers

from iOSGods RSS Feed https://ift.tt/30FUwkB

No comments:

Post a Comment