ios4 - iPhone 4.0 SDK UIWebView crashes with DOMHTMLElement error -


Text after "

My app is a UIWebView and I open a Twitter OAuth page with it.

When I open the OAuth page, it works well.

After signing in, it redirects to another page that has a zip code.

And it crashes down with logs.

This is a bug in the 4.0 SDK

  2010-06-14 22 Is the 06-14 22: 55: 11.162 AllFx [1435: 2003] *** Except the exceptions 'NSInvalidArgumentException', the application ended due to reason: - *** 'DOMHTMLElement setHref:' on the call pile: Non-accredited selector examples sent 0x74e4040 'first throw: (0 CoreFoundation 0x02b6c919 __exceptionPreprocess + 185 1 libobjc.A.dylib 0x02cba5de objc_exception_throw + 47 2 CoreFoundation 0x02b6e42b - [NSObject (NSObject) doesNotRecognizeSelector:] 187 3 CoreFoundation 0x02ade116 ___forwarding___ + 966 4 CoreFoundation 0x02addcd2 _CF_ forwarding_prep_0 + 50 5 DataDetectorsUI 0x0bde8ac4 - [WebTextIterator (DDExtensions) dd_doUrlificationForQuery: forResults: Document: DOMWasModified: URLificationBlock:] 1731 6 DataDetectorsUI 0x0bde2f09 - [DDOperation _doURLificationOnDocument] 341 7 DataDetectorsUI 0x0bddff9c - [DDDetectionController _doURLificationOnWebThreadAndRelease:] 563 8 CoreFoundation 0x02add42d __invoking___ + 29 9 CoreFoundation 0x02add301 - [NSInvocation called] 145 10 WebCore 0x039fa2b3 _ZL15HandleAPISourcePv + 147 11 CoreFoundation 0x02b4dd7f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 12 CoreFoundation 0x02aac2cb __CFRunLoopDoSources0 + 571 13 CoreFoundation 0x02aab7c6 __CFRunLoopRun + 470 14 CoreFoundation 0x02aab280 CFRunLoopRunSpecific + 208 15 CoreFoundation 0x02aab1a1 CFRunLoopRunInMode + 97 16 WebCore 0x039943c3 _ZL12RunWebThreadPv + 483 17 libSystem.B.dylib 0x98552a19 _pthread_start + 345 18 libSystem.B.dylib 0x9855289e thread_start + 34) A After throwing an example of the end, it is said that 'NSE EXPRESSION'  

I got it is. This may be a problem with the automatic generating link.

Turn off all the identities of your UIWebView .

In my case, identifying phone numbers were problems.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -