Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run demo app as-is #98

Closed
jeffhatz opened this issue Jan 22, 2016 · 2 comments
Closed

Can't run demo app as-is #98

jeffhatz opened this issue Jan 22, 2016 · 2 comments

Comments

@jeffhatz
Copy link

There are errors in the project related to CocoaPods, so the demo app can't run as-is from the ZIP download of the library.
screen shot 2016-01-21 at 8 52 59 pm

@Ross-Gibson
Copy link

To resolve, follow these steps:

  1. Open a new Terminal window, and run: sudo gem install cocoapods
  2. Open another new Terminal window, and from the directory of the unzipped project navigate to the directory of the demo project. Like this cd ImagePicker-master/Demo/ImagePickerDemo
  3. From this directory, run: pod install
  4. Open the workspace, ImagePickerDemo.xcworkspace

@zenangst
Copy link
Contributor

zenangst commented Feb 1, 2016

Hey @jeffhatz, like @Ross-Gibson said. You need to run pod install for the demo as the Pods/ folder is ignored by git. Hope his suggestion got you up and running with the demo. Gonna close this 😎

@Ross-Gibson thanks for helping out with responding to issues, you get 🍰

@zenangst zenangst closed this as completed Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants