Tagged Questions
The build-settings tag has no wiki summary.
20
votes
1answer
6k views
iPhone apps with a deployment target lower than 4.3 should include an armv6 architecture
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 ...
5
votes
1answer
217 views
Can you require the iPhone 3Gs (or newer) with build settings?
My app doesn't run on the slower hardware, but I want to support iOS 4.0, which iPhone 3G (and equivalent 2nd gen iPod touch) can run. Is there a way to prevent it from being installed via the build ...
3
votes
2answers
362 views
iOS: Universal App - Release as iPhone only
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 ...
3
votes
1answer
901 views
Xcode Build Options, etc. Tutorial
I've worked on a few projects now, and I've had to change the framework search paths, set the bundle loader, etc.
But I've never felt totally comfortable with that Project (or Target) "Get Info" ...
3
votes
1answer
337 views
Replacing Xcode's preprocessor with a custom process
I have a need to look at the files Xcode will compile before the preprocessor gets a stab at them. In short, I need to stick a preprocessor in front of the preprocessor.
All the Google searching has ...
2
votes
1answer
118 views
Is there a way to edit default build settings?
Every time I create a new project in Delphi 2009, it loads up two sets of build settings: Debug and Release. Problem is, the Debug settings are all wrong. It has optimizations on, which makes the ...
1
vote
2answers
93 views
iOS: Clarify different Search Paths
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?
1
vote
1answer
32 views
How to add multiple SEARCH_PATHS in one line?
I am trying something like
HEADER_SEARCH_PATHS = " $(./xyz/abd/)" + " $(./xyz/efg/)"
with xconfig file in xcode for keeping one location for project settings.
But I dont know how to put multiple ...
1
vote
1answer
205 views
AppStore submission - how to duplicate the release configuration?
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 XCode ...
1
vote
1answer
168 views
XCode 4 “add build setting condition” not enabled
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 ...
1
vote
1answer
297 views
XCode 4 - Build settings : default values are still bold
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 ...
1
vote
1answer
299 views
Want to downgrade from an Universal app to just an ipad app
I originally wanted to make a universal app, but now scopes have been changed and I am stuck with a universal app, now all I want is an iPad app. So I went and changed the Targeted Device Family to ...
0
votes
1answer
40 views
How to differentiate multiple targets with Xcode 4.2
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 ...
0
votes
1answer
96 views
“inline Methods Hidden” option in XCode4.
See document information:
inline Methods Hidden
GCC_INLINES_ARE_PRIVATE_EXTERN = YES
When enabled, out-of-line copies of inline methods are declared 'private extern'.[GCC_INLINES_ARE_PRIVATE_EXTERN, ...
0
votes
0answers
96 views
Retrieve E-mail in In-app in iPhone
Currently my project is working perfectly on IOS development target 3.2 But as soon as i will do development target 4.0 or higher. It gives me error. Following is the error:
Ld ...
0
votes
2answers
87 views
Result of shell script as build setting
Is it possible to run a shell script and use its result as a user defined macro in Xcode?
Basically I just want the result of a shell script to be put in a variable so it gets set in Info.plist (just ...
0
votes
0answers
34 views
Xcode asking for “older” search paths
In my project, I had used two external static libraries. I had included them by adding the "Library search paths" and "Other linker flags" in the build tab of the project settings in Xcode. There was ...
0
votes
1answer
500 views
Xcode: Build Settings - Other Linker Flags: What is -licucore?
-licucore was already in Other Linker Flags for a target that I added to my project. Isn't it normally blank?
0
votes
5answers
129 views
Xcode is not building the Binary
Xcode is doing something bizzare which I at one point in time fixed but now for the life of me I can't figure out what's wrong.
Xcode is building my project fine - no errors on a clean-all build. ...
0
votes
1answer
169 views
Specify build folder for iphone application
I've written an app that uses some of the user's camera roll images, and while it does so it stores them in the application root directory. The problem I have is that whenever I re-compile my ...