kirb / theos

Unified cross-platform iPhone Makefile system
https://github.com/kirb/theos/wiki
Other
42 stars 7 forks source link

Tweak Packaged Properly But Cant Find Generated dylib #6

Closed neoighodaro closed 8 years ago

neoighodaro commented 8 years ago

I created a test Tweak and tried to run it in the iOS simulator using this tutorial. However I noticed, there are no generated dylibs for the tweak. Did I miss something?

kirb commented 8 years ago

Hard to give you an answer because you've provided almost no information. What is in .theos/obj? You should have .theos/obj/debug/Blah.dylib, of course assuming the compile was successful. If the dylib is built by a subproject, look in there instead of the root project.

kirb commented 8 years ago

Closing due to lack of response.