requirejs - cordova app crashes on startup in ios 11 beta -


i have cordova app works fine in xcode 8.3.3. trying test in ios 11 using xcode 9.0 beta , crashes on startup in assembly code last lines are:

  0x110d9179b <+91>:  jmp    0x110f4027c               ; symbol stub for: objc_retain     0x110d917a0 <+96>:  leaq   0x1ba5ad(%rip), %rax      ; "*** cfretain() called null ***"     0x110d917a7 <+103>: movq   %rax, 0x3b946a(%rip)      ; gcrannotations + 8 ->  0x110d917ae <+110>: ud2     

the crash exc_bad_instruction (code=exc_i386_invop, subcode=0x0) on last line.

  • i tried running cordova skeleton app , works fine.
  • i replaced index.html 1 skeleton app , didn't crash.
  • i put alert statement in first line should called in app doesn't appear, guess app crashes before reaching it.
  • i tried updating requirejs lastest version didn't help.
  • i removed plugins project , still crashes, guess it's not plugin related.

any ideas?

apparently problem xcode 9 beta 3. solved when upgraded beta 4.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -