TheEightBot / Xamarin.IQKeyboardManager

A Binding for the IQKeyboardManager
Other
46 stars 11 forks source link

_IQDescription unrecognized selector #6

Closed KennethKr closed 8 years ago

KennethKr commented 8 years ago

Hi.

I get the following error and crash using Xamarin.IQKeyboardManager:

Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[UITextField _IQDescription]: unrecognized selector sent to instance 0x157baa890

IQKeyboardManager.IQKeyboardManager.SharedManager.EnableAutoToolbar = true; IQKeyboardManager.IQKeyboardManager.SharedManager.ShouldResignOnTouchOutside = true;

The only IQ-related code in my code is the above code. I've installed it using nuget.

elpendor commented 8 years ago

I'm having the same issue here.

Installed through Nuget as well.

michaelstonis commented 8 years ago

I am not sure how the nuget release is implemented. That is a totally separate project. This particular version has to be built from source and included in your project.

elpendor commented 8 years ago

The problem is also present when is built from source.

elpendor commented 8 years ago

Nevermind. Cleaned the project and added the compiled assembly and it worked.

It's probably a problem with the nuget project as you said.