Skip to content

Instantly share code, notes, and snippets.

@harshad1242
Created September 2, 2014 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshad1242/5a9cac7bb45a109dddfd to your computer and use it in GitHub Desktop.
Save harshad1242/5a9cac7bb45a109dddfd to your computer and use it in GitHub Desktop.
target 'Test1', :exclusive => true do
platform :ios, '7.0'
xcodeproj '/Users/iosdev/Documents/Test1/Test1.xcodeproj'
pod 'libextobjc/EXTScope', '0.4'
pod 'libextobjc/EXTKeyPathCoding'
pod 'libextobjc/EXTSynthesize'
end
target 'Specs-Mac', :exclusive => true do
platform :osx, '10.8'
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '0.3'
end
target 'Specs-iOS', :exclusive => true do
platform :ios, '6.0'
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '0.3'
end
getting error while installing pod install
[in /Users/iosdev/Documents/Test1]
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
xcodeproj 'path/to/Project.xcodeproj'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment