Skip to content

Enabling Sync Logging

jeremyosterhoudt edited this page Mar 31, 2017 · 7 revisions
  1. Launch Xcode and open your project that uses the Predix Mobile SDK

  2. Click on the project name and press edit scheme

  3. Click on run

  4. Click on Arguments, then add and check the following to the Arguments Passed On Launch section:

    -Log YES

    -LogSyncVerbose YES

Example

NOTE: You don't need the flags shown in the image, just Log and LogSyncVerbose

  1. Press close and run the simulator