[TIMOB-11685] iOS: Packaging - Messages are logged in xcode console while switching tabs in kitchensink app after being packaged.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-16T20:02:15.000+0000 |
Affected Version/s | Release 2.1.3, Release 3.0.0 |
Fix Version/s | Release 2.1.4, Release 3.0.0, Release 3.1.0 |
Components | iOS |
Labels | 3.0.0beta2, qe-ios100112, qe-ios214, qe-testadded, regression |
Reporter | Anshu Mittal |
Assignee | Ingo Muschenetz |
Created | 2012-11-07T09:29:21.000+0000 |
Updated | 2014-06-19T12:43:19.000+0000 |
Description
Messages are logged in xcode console while switching tabs in kitchensink app after being packaged.
This is a regression last working in 2.1.2.GA
Steps to reproduce:
1. Get "KitchenSink" projects and compile
2. Go to Publish > Distribute - App Store
3. Select SDK Version, Distribution Certificate, Keychain and Provisioning Profile/Ad-Hoc distribution provision file.
4. Click Publish
5. In the Xcode organizer, verify the icon and version of KitchenSink
6. In the Xcode organizer, select "Distribute" then select "Save for Enterprise or Ad-Hoc Deployment" to create an .ipa file.
7. Drag your "distributed" .ipa file onto your iTunes icon to install them in iTunes
8. Verify the app appears in the iTunes sidebar under Library > Apps
9. Ensure that the app appears in the Apps menu under the correct category
6. In the Xcode organizer, select "Distribute" then select "Save for Enterprise or Ad-Hoc Deployment" to create an .ipa file.
7. Drag your "distributed" .ipa file onto your iTunes icon to install them in iTunes
8. Verify the app appears in the iTunes sidebar under Library > Apps
9. Ensure that the app appears in the Apps menu under the correct category
10. Connect and sync to device
17. Using the KitchenSink any one of the target devices, verify using Xcode console that switching between tabs does not log in the console. Console output is limited in production mode.
Expected result
No log message of tab switch
Actual:
The messages are being logged while switching tabs.
master PR https://github.com/appcelerator/titanium_mobile/pull/3403 30X PR https://github.com/appcelerator/titanium_mobile/pull/3405 21X PR https://github.com/appcelerator/titanium_mobile/pull/3406
Tested with 2.1.4.v20121109124659 on iPhone 5 6.0 iPhone 4 5.1.1 Verified with packaged (no logging) and run on device (logging).
Reopening to add label.