[AC-1232] logger.py no longer works with Xcode 6
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2014-09-25T17:55:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI |
Labels | n/a |
Reporter | Paul Mietz Egli |
Assignee | Chris Barber |
Created | 2014-09-25T17:52:11.000+0000 |
Updated | 2016-03-08T07:37:37.000+0000 |
Description
Beginning with Xcode 6, the iOS simulator directories have been moved to a directory tree rooted at
~/Library/Developer/CoreSimulator/Devices
. The logger.py script still looks in ~/Library/iPhone Simulator/
for log files, however. This results in log output not being streamed back to the console when building and testing module projects using titanium.py.
Unfortunately, we are no longer maintaining legacy Python-based scripts including logger.py. It has been replaced by a Node.js-based library called "ioslib" which is baked into the iOS build.