Welcome,
Guest
. Please
login
or
register
.
April 22, 2026, 10:51:05 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIInput Crash on iOS 64 bit
« previous
next »
Print
Pages: [
1
]
Author
Topic: UIInput Crash on iOS 64 bit (Read 2538 times)
faizi
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 1
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)
toolbar
.
items
=
_multiline
?
viewToolbarItems
:
fieldToolbarItems
;
Please help
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIInput Crash on iOS 64 bit