I am running apps on Ipad mini 2 without an Apple License. I followed this tutorial: http://www.grobinson.me/developing-and-debugging-my-own-apps-on-jailbroken-ios8-1-using-xcode-6-1-without-paying-apple/ and it works for projects I create from scratch, but when I try to load one of the sample OF projects, it does not work and gives me a “process launch failed” error. I have tried all the suggestions I found on SO regarding provisioning profiles, but nothing has worked. I suspect it has to do with precompiled headers.
Interesting that you are able to get projects that you built from scratch running. Is anyone successfully developing for iOS with openFrameworks 0.8.4 ?
No, I can’t run on the simulator. Its always been a pain to run OF projects on the simulator since you need to use different precompiled headers depending on whether you use a device or the simulator since both compile for different instruction sets.