[TIMOB-17532] Integrate ioslib into Titanium CLI
GitHub Issue | n/a |
---|---|
Type | Technical task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-29T23:15:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.4.0 |
Components | CLI, iOS, Tooling |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2014-08-20T19:40:39.000+0000 |
Updated | 2017-03-16T22:18:02.000+0000 |
Pull request: https://github.com/appcelerator/titanium_mobile/pull/5993
merged initial PR there are some known and unknown issues: **Merging** tickets with known issues Logging on iOS 8 device is broken. Ios-sim is eating up CPU on IOS 8 simulators. NSLog is not being outputted from iOS-sim. building with the following command
ti build -p ios --sim-version 7.1
while the Xcode-select pointing to Xcode 6.0 build using Xcode 6.0 while bring up the 7.1 simulator attached with Xcode 5.1Logging on iOS 8 device has been fixed in this PR: https://github.com/appcelerator/titanium_mobile/pull/5998
More bug fixes: https://github.com/appcelerator/titanium_mobile/pull/5999
More updates: https://github.com/appcelerator/titanium_mobile/pull/6001
And more updates: https://github.com/appcelerator/titanium_mobile/pull/6003
Closing ticket as fixed.