Skip to content

gdgtoledo/katangapp-ios

Repository files navigation

Katanga iOS app

Setting up the development environment

First install Ruby gems bundler:

	gem install bundler

Then go to project folder, and run:

	bundle install
	bundle exec pod install

If this doesn't work execute:

	bundle exec pod repo update
	bundle exec pod install

Last, open .xcworkspace on XCode IDE to complete the setup of the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published