armadillu / ofxFontStash

Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
http://uri.cat/
91 stars 42 forks source link

iOS - Example stops execution just after startup #19

Open amicoleo opened 8 years ago

amicoleo commented 8 years ago

Hi,

I'm trying to run the basic example included in the repository on iOS. I managed to have it compiled, but just after the launch image, it shows the text as reported in #16 and then it stops at startAppWithDelegate, when calling ofxiOSAlerts.gotFocus();

screen shot 2015-09-25 at 00 45 13

Any hint, tips, ideas on what might be causing this and how to solve it?

Thanks a lot!

armadillu commented 8 years ago

this seems to have nothing to do with ofxFontstash; and to be clear, I've just used it recently on iOS. Keep in mind the example is for OS X/windows, so you will need a slightly different ofApp.cpp and main.cpp