[DAEMON-158] Querying iOS devices results with "Cannot find module 'plist' "
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2017-11-16T22:33:22.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd |
Labels | n/a |
Reporter | Abir Mukherjee |
Assignee | Chris Barber |
Created | 2017-11-16T22:29:19.000+0000 |
Updated | 2017-12-12T21:24:23.000+0000 |
Description
*Description*
Running the command "appc appcd exec /ios/latest/info/devices"
errors out with a message cannot find plist
*Steps to reproduce*
1. Install CLI 7.0.0-master.23
2. Start the daemon with "appc appcd start"
3. Connect an iOS devices and check that it's recognized eg. appc ti info
4. Run the command "appc appcd exec /ios/latest/info/devices"
*Actual result*
This result is seen:
Failed to load plugin: Cannot find module 'plist'
*Expected Result*
An output showing some details about the iOS device that is connected. No errors should be seen.
Dupe of DAEMON-151.