Pixate / Xamarin-PixateFreestyle

Xamarin.iOS and .Android module for Pixate Freestyle
Apache License 2.0
53 stars 22 forks source link

Wrong UpdateStylesNonRecursively binding #3

Closed redent closed 10 years ago

redent commented 11 years ago

Calls to this method causes a crash with the following exception:

NSInvalidArgumentException Reason: +[PXEngine updateStylesnonRecursively:]: unrecognized selector sent to class 0x43dad8

The binding should be updateStylesNonRecursively, but it is updateStylesnonRecursively at this line: https://github.com/Pixate/Xamarin-Pixate/blob/master/Source/Pixate/ApiDefinition.cs#L81

pcolton commented 11 years ago

Thanks, we've corrected the typo and we'll push a new binary version shortly.