xcconfig Questions
3
Solved
I just switched over to Xcode 4 and I'm having trouble working with .xcconfig files for build settings. My targets that already had files assigned in Xcode 3 are all set up - a column titled Config...
2
I have created and applied a simple .xcconfig file containing
GCC_PREPROCESSOR_DEFINITIONS[config=Debug] = FOODEBUG
GCC_PREPROCESSOR_DEFINITIONS[config=Release] = FOORELEASE
and main.cpp contain...
Unsought asked 12/2, 2014 at 12:17
6
Solved
I have an xcconfig file which contains a configuration for which server my app should hit. In debug mode, this will be a different server than for release builds.
The problem I have is that a URL ...
Flavory asked 23/1, 2014 at 19:42
18
Solved
so I used Venmo/Synx on my Xcode project with CocoaPods, and it completely screwed everything up.
I was able to fix the Manifest.lock and Podfile.lock errors, but now I am getting this error:
T...
4
Solved
When I try to build the BreakfastFinder Sample Code from Apple, it will build it for Simulator but not for my iPhone X with IOS 13(Public Beta 3).
I tried Unpair and repair the Device, switching t...
Mcbroom asked 22/7, 2019 at 7:48
1
TL;DR
Is it possible to inherit custom configurations from parent project? No, not asking about inheriting some target setting.
Configurations and preprocessor macros/flags
Every project in Xcod...
Vaientina asked 29/11, 2016 at 10:19
1
I created sample project to demonstrate the problem
https://github.com/pikciu/XCodeWorksapce/tree/noPods
invalid paths to frameworks
frameworks build in different configuration than main project....
5
Solved
I have a workspace that contains:
myiPhone.xcodeproj
sharedStuff/sharedStuff.xcodeproj
sharedStuff.xcodeproj builds a static library that is a dependency to myiPhone.xcodeproj (for simplicity a...
8
I'm using Xcode and .xcconfig files. I'm trying to append some values in the preprocessor definitions, but I simply can't make it work.
I tried the following (as well as many variations of this), ...
5
Solved
in my project, I want to refer to an other xcconfig file, located in InDesign SDK. As this SDK may be installed at different locations, depending upon the machine, I prefer to declare an environmen...
2
Solved
I want to edit the xcconfig file, but unfortunately Xcode only allows 1 xcconfig file per configuration, and that is Pods.xcconfig because I'm using Cocoapods
So how can I edit the xcconfig withou...
1
I am trying to use Cocoapods with some custom configurations in an iOS project.
I have 3 (Dev, Stage, Prod) and each of them has some custom GCC_PREPROCESSOR_DEFINITIONS.
I have seen around people ...
1
Is there a way to specify in the Podfile that an xcconfig file should be #included in the the one generated by Cocoapods?
Is there an exposed method/variable for appending this #include or do I ne...
1
Solved
I want to have a single target and several compilation schemes, and have some compiler definitions declared by a pre-action script of the schemes.
The pre-action script is generating a comp.xcconf...
1
Solved
Using Xcode 7.2 (7C68), OS X 10.11.2 (15C50)
tl;dr With multiple projects in same Xcode workspace, why do my user-defined build settings for a build configuration seem to not work? I set them corr...
Untitled asked 22/12, 2015 at 23:52
1
Solved
EDIT: I figured one could have this problem with any build configuration setting, not just OTHER_LDFLAGS and I've changed the title accordingly and removed irrelevant details from the question.
I ...
1
Solved
I use the following script to run XCode (7.0.1 7A1001) on OSX Yosemite 10.10.5:
export FOO=bar #this should not be necessary, but just in case
launchctl setenv FOO bar #should make it visible to a...
Robledo asked 20/10, 2015 at 11:53
1
I've a project with several targets. There is a xcconfig file associated to the project and several xcconfig files associated to the targets.
Now I want to incorporate a third party library via Co...
2
Solved
Is it possible to export xcode build settings to .xcconfig file? Other than just copy-paste it to text file line-by-line.
Thanks!
3
Solved
I have just set up three different configurations in my project for debug preview and release. No in Xcode there is an option to specify different .xconfig files per configuration. I am now wonderi...
Layfield asked 23/1, 2012 at 18:21
4
Solved
I'm using Xcode 3.2 with xcconfig files. The files are organized by target. For example, I have a debug.xcconfig file and a release.xcconfig one. Both uses common settings, so I added a shared.xcco...
3
Solved
is is possible to use macros in config files? I want to achieve something like:
if iPad
set variable to 1
else
set variable to 0
Is that possible? I would rather not use scripts for this.
Spireme asked 30/9, 2012 at 17:22
1
Solved
I want to set Build Settings that are specific to each architecture (armv6 vs armv7). This is easy enough to do in the Xcode GUI, but I try to put all project configuration in .xcconfig files. Is i...
1
Solved
I've got a relatively large Xcode project that produces a single app. However, I have many clients/customers who require deep customization and branding of said app. These configurations include di...
2
Solved
My project have multi-targets. Each target has its own Class file for setting stuff. I want to store that Class name in a target setting (Info.plist or Target's Building setting). So that I can def...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.