you use Long.toString(long, int) in your program but that method isn't
implemented for the Objective-C backend. You can either implement the
missing method or try the C backend.
Arno
On 5/29/11 11:29 PM, cpsingh wrote:
> Hi Arno
> I am getting the following error message when i am executing the App. My
> app is made in Java and converted in Iphone using Mac.
> [Session started at 2011-05-29 19:40:22 +0530.]
> 2011-05-29 19:40:25.492 Untitled[5369:207] +[java_lang_Long
> toString___long_int::]: unrecognized selector sent to class 0xcaa80
> 2011-05-29 19:40:25.496 Untitled[5369:207] *** Terminating app due to
> uncaught exception 'NSInvalidArgumentException', reason:
> '+[java_lang_Long toString___long_int::]: unrecognized selector sent to
> class 0xcaa80'
> *** Call stack at first throw:
> (
> 0 CoreFoundation 0x00f2bbe9 __exceptionPreprocess + 185
> 1 libobjc.A.dylib 0x010805c2 objc_exception_throw + 47
> 2 CoreFoundation 0x00f2d7bb +[NSObject(NSObject)
> doesNotRecognizeSelector:] + 187
> 3 CoreFoundation 0x00e9d366 ___forwarding___ + 966
> 4 CoreFoundation 0x00e9cf22 _CF_forwarding_prep_0 + 50
> 5 Untitled 0x00006296 -[counterfeit_tms_OTPAlgo
> byteArrayToHex___byte_ARRAYTYPE:] + 979
> 6 Untitled 0x00008d63 +[counterfeit_tms_OTPAlgo
> main___java_lang_String_ARRAYTYPE:] + 464
> 7 Untitled 0x000095db main + 278
> 8 Untitled 0x00001e75 start + 53
> )
> terminate called after throwing an instance of 'NSException'
|