build-settings Questions

1

I have several assert(condition, "message") statements in my project. They are used to check invariant conditions during development. I thought they would be ignored in production/release build (a...
Devitt asked 2/4, 2016 at 13:40

1

I'm trying to create a POD spec for an existing library project. In the Xcode project, the build settings define different Preprocessor macros for different Build Configurations (e.g.: "Debug" and...
Lewiss asked 1/3, 2014 at 12:17

1

Solved

I've tried FauxPas source code analyzer and it showed me that I am missing -DNDEBUG flag, with next description: This argument disables the C standard library assertion macro (as defined in ass...
Agile asked 13/11, 2015 at 11:18

1

Here's an entry in my config file... This gets picked up correctly in build settings... I've referenced the setting in both Info.plist files for the project... But upon execution of the te...
Vada asked 19/10, 2015 at 18:1

3

Solved

I want to add dummy objects for testing in project, but I don't want them to be included in my final build. So I have my AppDelegate class and there in imports: #ifdef TESTING #import "DummyBeacon...
Keaton asked 29/9, 2015 at 19:39

1

Solved

For unit testing public classes of my main app target in my swift unit tests, I have to import my main app module in my tests like so: #import MyAppModuleName This worked just fine until I chang...
Facetious asked 16/7, 2015 at 17:40

2

I have recently moved to a new company and am trying to get to grips with the Xcode settings on a project. Currently the project is being compiled for "armv7 armv7s arm64 armv8 i386". Could someone...
Kiele asked 8/6, 2015 at 11:11

3

Solved

I have a project with 2 targets. On both, there are some build settings I've changed to Yes, then back to No. The iOS default is NO, the project is on NO, each build setting is on NO... but the set...
Scarlatti asked 7/4, 2011 at 0:48

3

Solved

Possible Duplicate: Localization of Default.png is not working My splash screen has English text in it, so I would like to be able to have a different splash image when users have a d...
Casarez asked 13/5, 2012 at 9:41

3

Solved

A customer is interested in releasing a universal app. However, the first release will contain only the iPhone version, the second release will contain both versions. I found a few links where ppl...
Generality asked 3/5, 2011 at 10:13

1

Solved

I run a script during a build phase. Xcode lets you define user-defined build settings. I thought I would use these settings to store values or paths that I want to pass to the script. Is this po...
Rancorous asked 24/3, 2012 at 4:44

1

Solved

I've developed a lite version of an app. Now I want to create a paid version. So I've duplicated the target, changed its name (so change plist and other stuff with that name) and now I have to dif...
Faxan asked 13/1, 2012 at 9:19

2

Solved

There are three different search paths in XCode Build Settings: Framework Search Path Header Search Path Library Search Path Could anyone clarify what those paths do and what they are used for?...
Chromosome asked 1/12, 2011 at 14:31

1

I'm in the throes of attempting to submit an app via XCode 4. I've just noticed, per this url from Apple : http://tinyurl.com/3ol2qoj that to prepare an app for submission to the app store in XC...
Eeg asked 14/10, 2011 at 21:21

1

I am trying to include Layar Player in the iPhone application I am developing in XCode 4. One of the steps of section "1.3.1.2 Universal build configuration" asks to click on "Add Build Setting Con...
Dehisce asked 22/9, 2011 at 15:47

1

Solved

I have a problem :-( When I build my application for release XCode shows a warning saying: iPhone apps with a deployment target lower than 4.3 should include an armv6 architecture (current IPHONEO...
Sexlimited asked 24/7, 2011 at 22:33

© 2022 - 2024 — McMap. All rights reserved.