[AC-5994] App crashes on iOS - EXC_BAD_ACCESS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-12-17T21:51:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Studio, Titanium SDK & CLI |
Labels | ios, iphone |
Reporter | sonufana4u |
Assignee | Shak Hossain |
Created | 2018-10-29T06:37:22.000+0000 |
Updated | 2018-12-17T21:51:27.000+0000 |
Description
After upgrading Ti.SDK 7.4.1, My iOS app is still crashing at some scenario.In the studio console not getting error log but when i try to run on Xcode then am getting below error.
How to resolve that ?
*EXC_BAD_ACCESS*
Has anyone faced this issue ? Any update ?
Hello [~sonufana4u], Can you please verify the issue with the latest ti sdk version? Latest SDK 7.5.0.GA is out now. Please install it using the following command. appc ti sdk install 7.5.0.GA Build your project and let us know what you get. Thanks!
Hello, I just wanted to follow up with you about this issue? Are you still experiencing this problem? Please let us know if you need more help with this issue. Thanks
Hello Rakhi, Yes, its happening on latest SDK 7.5.0GA..However am not getting any log studio console..When i run the project in xcode then its giving me an error..I'll send you the error log by tomorrow.. Could you please let me know how to check logs in Appc ?
Hello, Try running the project is terminal from studio, Tun with a trace log -l trace "appc run -p ios -l trace". Thanks.