Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: faizi on July 13, 2015, 07:07:03 PM

Title: UIInput Crash on iOS 64 bit
Post by: faizi on July 13, 2015, 07:07:03 PM
Hi, I've just built a project in Unity 5.1 using NGUI 3.5 and XCode 6.4 with 64 bit support but I'm having trouble with UIInput. as I tap on any text field, the app crashes with an EXC_BAD_ACCESS exception.
The exception is on this line of keyboard.mm class (which I think is a native iOS class)
 
  1. toolbar.items = _multiline ? viewToolbarItems : fieldToolbarItems;
Please help
Title: Re: UIInput Crash on iOS 64 bit
Post by: ArenMook on July 15, 2015, 12:05:36 AM
NGUI 3.5 is extremely old, please update first.

Also, anything related to actual crashes should be reported to Unity and submitted as a bug for them to fix.