[TIMOB-26062] iOS: Analyzer warnings after recent changes
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-05-25T16:56:44.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 7.3.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Hans Knöchel |
| Created | 2018-05-22T16:14:48.000+0000 |
| Updated | 2018-07-09T19:17:41.000+0000 |
Description
There are some Xcode Analyzer warnings and possible leaks that occurred after recent changes in the SDK. Most of them are cosmetic and do not cause real issues, but some of them can cause memory issues in certain situations, so we should address them asap
PR: https://github.com/appcelerator/titanium_mobile/pull/10072
*Closing ticket.* Verified fix in SDK Version
7.3.0.v20180613110103. *FR Passed. Test Steps:*Created a new project using and older SDK
7.3.0.v20180522085724Built and ran the project in studio
Opened the project from its
buildfolder inXcodeRan the Analyzer
Product -> AnalyzeSaw 16 total issues
Created another project using a newer SDK
7.3.0.v20180613110103Built and ran the project in studio
Opened the project from its
buildfolder inXcodeRan the Analyzer
Product -> AnalyzeSaw 3 total issues
7.2.0.GA had 6 total issues
*Test Environment*