Skip to content

PDFReporter sample application iOS

Magnus Karlsson edited this page Apr 23, 2015 · 1 revision

Tutorial

This tutorial shows how to run the build and run the iOS Sample application on your computer.

Requirements

  • MacOS 10.9 or above
  • Xcode 5 or above

Development environment basic setup

  1. Start App store on your Mac
  2. Search for "xcode" in App store top right corner
  3. In result list click on Xcode
  4. Press button Free and confirm installation

Instructions

  1. Go to the Sample App and download "ios-sample-app.zip"
  2. Extract the contents of the zip file to your local directory
  3. Open terminal
  4. Navigate in terminal to extracted directory
  5. Navigate to pdfreporter-code/pdfreporter-xcode directory
  6. Run command ./translate.sh and wait until command is finished
  7. Open directory pdfreporter-code/pdfreporter-xcode/PDFReporter/
  8. Open file PDFReporter.xcodeproj in xcode
  9. In XCode select from menu Product / Run

The application will now run on your connected iOS device or simulator, depending on your workspace setup. You can now explore the source code to see how it's setup.