Skip to content

Instantly share code, notes, and snippets.

@fahied
Created November 7, 2014 10:42
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 fahied/8d4b3f21ca6b3818dae3 to your computer and use it in GitHub Desktop.
Save fahied/8d4b3f21ca6b3818dae3 to your computer and use it in GitHub Desktop.
Ignore Xcode warnings when using Cocoapods
Add to your Podfile:
platform :ios
# ignore all warnings from all pods
inhibit_all_warnings!
# ignore warnings from a specific pod
pod 'Facebook-iOS-SDK', :inhibit_warnings => true
Then execute: pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment