Top "Xcconfig" questions

Incorrect path for Pods.debug.xcconfig in Xcode?

so I used Venmo/Synx on my Xcode project with CocoaPods, and it completely screwed everything up. I was able …

cocoapods xcode6.1 xcconfig
How can I use .xcconfig files in Xcode 4?

I just switched over to Xcode 4 and I'm having trouble working with .xcconfig files for build settings. My targets that …

xcode xcode4 xcconfig
How to append values in xcconfig variables?

I'm using Xcode and .xcconfig files. I'm trying to append some values in the preprocessor definitions, but I simply can't …

xcode xcconfig
Is there a way export xcode build settings to .xcconfig file?

Is it possible to export xcode build settings to .xcconfig file? Other than just copy-paste it to text file line-by-line. …

ios xcode xcconfig
iphone: get User Defined variable in Target's setting by code?

My project have multi-targets. Each target has its own Class file for setting stuff. I want to store that Class …

iphone xcode target xcconfig
Using CocoaPods with multiple projects

I have a workspace that contains: myiPhone.xcodeproj sharedStuff/sharedStuff.xcodeproj sharedStuff.xcodeproj builds a static library that is a …

ios xcode cocoapods xcconfig
Edit Xcode xcconfig file and Cocoapods

I want to edit the xcconfig file, but unfortunately Xcode only allows 1 xcconfig file per configuration, and that is Pods.…

ios xcode cocoapods xcconfig
How do I configure full URLs in xcconfig files

I have an xcconfig file which contains a configuration for which server my app should hit. In debug mode, this …

ios iphone xcode build-settings xcconfig
Xcode: How to set debug environment with multiple xcconfig files?

I'm using Xcode 3.2 with xcconfig files. The files are organized by target. For example, I have a debug.xcconfig file …

xcode xcconfig