Skip to content

ios app logs are not printing to stdout with ios 9.0 #181

Open
@ChinmayeeVasisht

Description

@ChinmayeeVasisht

I am on ios-sim version 5.0.2 , when i launch an iPad app on iPad 2 (9.0) , i see that logs related to my app is not being redirected to stdout, i only see the simulator logs.

ios-sim launch appname.app --devicetypeid iPad-2 --log /tmp/ipad.log

I see only NSLogs, but the C++ portion of the logs are not printed. It used to work fine with 3.x ios-sim version with iOS Simulator 8.1

With ios-sim version 3.0.0 on Mac 10.10.5 OS , i see this warning -
2015-10-15 20:27:09.062 ios-sim[8205:7959568] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-8201/DVTFoundation/PlugInArchitecture/PlugInManager/DVTPlugInManager.m:257
Details: Requested but did not find extension point with identifier Xcode.DVTFoundation.DevicePlatformMapping
Object: <DVTPlugInManager: 0x7fa693796fc0>
Method: -extensionPointWithIdentifier:
Thread: <NSThread: 0x7fa6934105a0>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.

warning goes away after i upgrade to latest ios-sim, but logs are still not seen

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions