Skip to content

Instantly share code, notes, and snippets.

@leovandriel
Created September 25, 2012 09:03
Show Gist options
  • Save leovandriel/3780745 to your computer and use it in GitHub Desktop.
Save leovandriel/3780745 to your computer and use it in GitHub Desktop.
Configuration tips when fighting Xcode - Build settings that build
# Configuration tips when fighting Xcode - Build settings that build
# Starting from a fresh Xcode project, setting these on the project's build
# settings should suffice. Also put all libs and frameworks in the Frameworks
# dir and make sure included workspace header files are set to 'Public'.
# Author: Leonard van Driel, 2012
Other Linker Flags: -ObjC
Public Headers Folder Path: ../../Headers
Framework Search Paths: "$(SRCROOT)/Frameworks"
Header Search Paths: "$(SRCROOT)/Frameworks"/** $(BUILT_PRODUCTS_DIR)/../../Headers
Library Search Paths: "$(SRCROOT)/Frameworks"/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment