Crash while using iOS 7's speech input

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Crash while using iOS 7's speech input

Post by Nadro »

It looks like this problem isn't related to Irrlicht (we don't use UITextField in Irrlicht), but to your code and how you manage UITextField. Check this fix:
https://github.com/boyu0/cocos2d-x/comm ... 577e3120f1
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: Crash while using iOS 7's speech input

Post by Nadro »

Why not? This is Objective-C++, however important changes are related to Objective-C.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply