[AC-6537] Titanium app works in 7.4.0 and xcode 10 but not in 8.3.1 and xcode 11
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | K V LOKESWARA RAO |
Assignee | Abir Mukherjee |
Created | 2020-04-28T11:27:31.000+0000 |
Updated | 2020-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
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:
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.
@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