Author Topic: UIInput Crash on iOS 64 bit  (Read 2537 times)

faizi

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
UIInput Crash on iOS 64 bit
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIInput Crash on iOS 64 bit
« Reply #1 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.