Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6537] Titanium app works in 7.4.0 and xcode 10 but not in 8.3.1 and xcode 11

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterK V LOKESWARA RAO
AssigneeAbir Mukherjee
Created2020-04-28T11:27:31.000+0000
Updated2020-05-06T16:51:10.000+0000

Description

I have my app running successfully on titanium sdk 7.4.0.GA, when I switch to 8.3.1.GA it is having issues and timing out backend APIs in xhr calls and not able to proceed after initial login screen Is there any issue or break between these FYI I tested in xcode 10 and 7.4.0 working tested in xcode 11 and 7.4.0 working tested in xcode 11 and 8.x and failing

Comments

  1. K V LOKESWARA RAO 2020-05-04

    As of observed the issue is with 7.5.0 and below mentioned the error. Now IOS app is working in xcode 11 and titanium sdk 7.4.2, and android working fine in any newer version of titanium sdk The error with 7.5.0 for IOS build [DEBUG] New scheme: { URL: file:///Users/lokeswara.rao/Library/Developer/CoreSimulator/Devices/7F7F0952-06F8-4E7F-A297-0D5E2A113D3B/data/Containers/Bundle/Application/3C28B0BF-A57B-486A-83D8-FBAEF37B990F/XXXX.app/blank.html } [DEBUG] Loading: /Users/lokeswara.rao/Library/Developer/CoreSimulator/Devices/7F7F0952-06F8-4E7F-A297-0D5E2A113D3B/data/Containers/Bundle/Application/3C28B0BF-A57B-486A-83D8-FBAEF37B990F/XXX.app/blank.html, Resource: blank_html [ERROR] The application has crashed with an uncaught exception 'org.connect.TiUIWebViewProxy'. [ERROR] Reason: [ERROR] Invalid type passed to function [ERROR] Stack trace: [ERROR] 0 CoreFoundation 0x00000001090dfbde __exceptionPreprocess + 350 [ERROR] 1 libobjc.A.dylib 0x00000001085dab20 objc_exception_throw + 48 [ERROR] 2 XXXX 0x0000000102f411fd TiExceptionThrowWithNameAndReason + 141 [ERROR] 3 XXXX 0x0000000102f012cb -[TiProxy throwException:subreason:location:] + 107 [ERROR] 4 XXXX 0x0000000102e7cc22 -[TiUIWebViewProxy evalJS:] + 562 [ERROR] 5 Foundation 0x0000000105711576 __NSThreadPerformPerform + 259 [ERROR] 6 CoreFoundation 0x0000000109042ac1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 [ERROR] 7 CoreFoundation 0x00000001090429ec __CFRunLoopDoSource0 + 76 [ERROR] 8 CoreFoundation 0x00000001090421c4 __CFRunLoopDoSources0 + 180 [ERROR] 9 CoreFoundation 0x000000010903cecf __CFRunLoopRun + 1263 [ERROR] 10 CoreFoundation 0x000000010903c6b6 CFRunLoopRunSpecific + 438 [ERROR] 11 GraphicsServices 0x000000010cf55bb0 GSEventRunModal + 65 [ERROR] 12 UIKitCore 0x00000001192b5a67 UIApplicationMain + 1621 [ERROR] 13 XXXXX 0x0000000102e1f1f8 main + 104 [ERROR] 14 libdyld.dylib 0x000000010a8a3cf5 start + 1 [ERROR] 15 ??? 0x0000000000000001 0x0 + 1
  2. Rene Pot 2020-05-06

    Xcode 11 is not supported by any SDK below 8.2.0.GA, you will have to downgrade xcode to make it work again. I recommend upgrading to SDK 9.0.1.GA and to the latest xcode version. Let me know if you have any issues then.
  3. K V LOKESWARA RAO 2020-05-06

    @rene as of now im able to build app fine with xcode 11.4 and titanium sdk 7.4.2 and successfully install on simulator and iphone devices Question is: Why this breaking from titanium sdk 7.5.0.GA with above error. It fails from 7.5.0 to 9.0.1 so we are not able to build on these titanium versions

JSON Source