Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTayyab Hanif
3,601 Pointscocoapods! it doesn't create workspace. instead gets this ..
Tayyabs-MBP:~ tayyab$ cd /Volumes/DATA/development/Example/Example Tayyabs-MBP:Example tayyab$ pod Usage:
$ pod COMMAND
CocoaPods, the Cocoa library package manager.
Commands:
+ init Generate a Podfile for the current directory.
+ install Install project dependencies to Podfile.lock versions
+ ipc Inter-process communication
+ lib Develop pods
+ list List pods
+ outdated Show outdated project dependencies
+ plugins Show available CocoaPods plugins
+ repo Manage spec-repositories
+ search Searches for pods
+ setup Setup the CocoaPods environment
+ spec Manage pod specs
+ trunk Interact with the CocoaPods API (e.g. publishing new specs)
+ try Try a Pod!
+ update Update outdated project dependencies and create new
Podfile.lock
Options:
--silent Show nothing
--version Show the version of the tool
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command
Tayyabs-MBP:Example tayyab$
2 Answers
Coinnich c
7,512 PointsHey, Cocoapods seems to do the same thing for me, i hope you have solved this, but for future students, it's pod install, at least for me.
Chris Smith
6,791 PointsI'm getting exactly the same problem, I know this may sound silly, but what do I need to do? Many thanks.
Christopher Mayfield
19,928 PointsChristopher Mayfield
19,928 Pointsthanks!