Questions tagged [build-settings]
154 questions
0
votes
1 answer
Altering "Build Settings" to include a prefix header in Xcode 6.1
I'm presently taking an iOS development course and I'm working with Objective-C for this portion of the course. My current lesson involves altering a Prefix header, which wasn't created when I started this project. I created one manually following…

Adrian
- 16,233
- 18
- 112
- 180
0
votes
1 answer
Add custom iOS Build Setting options
I am trying to create a drop down for a custom User-Defined build setting. I have created the setting LOGGING_LEVEL but I can only enter a static value against each build configuration
I want to be able to select from a list like all the…

Carl Thomas
- 3,605
- 6
- 38
- 50
0
votes
1 answer
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 application it changes the folder to which the…

Martin KS
- 481
- 7
- 26
0
votes
1 answer
xCode 6: No Development Profile in drop down in Build Settings
I've tried to debug a project on my iPhone 5 today and received errors everytime I was launching it:
process launch failed: timed out waiting for app to launch
process launch failed: failed to get the task for process multiple numbers
I found…

user3191334
- 1,148
- 3
- 15
- 33
0
votes
1 answer
Xcode 5 iOS app not using correct product name for build id
I am having some issues with the build id for my App.
I have two builds set up, Debug and Release. I've already created two schemes App-debug and App-release.
App-debug is set to use the Debug configuration and app-release the Release config. In my…

Atul Bhatia
- 1,633
- 5
- 25
- 50
0
votes
1 answer
Configuring iOS Build settings
I plan on releasing an update for my iPad app, even though some of the third party libraries have not been updated.
Architectures = standard(armv7, armv7s, arm64)
Valid Archs = armv7
If I add armv7s or armv64 to Valid Archs the project won't…

DanMoore
- 621
- 1
- 8
- 14
0
votes
1 answer
Preserve an external legacy apps file resource fork when including in an Xcode archive
I have created a cocoa application primarily to run on OS 10.6.8. to convert certain types of proprietary legacy files. The app looks at the legacy files creator code and processes it accordingly if it is a known type. Once the file is identified, I…

Miek
- 1,127
- 4
- 20
- 35
0
votes
1 answer
"Java EE Build settings" tab missing in IntelliJ Idea 12?
I'm relatively new to Java and to IntelliJ Idea in particular (trying it out as a part of students license for the university). I've been following this guide:…

Fy Zn
- 151
- 7
0
votes
1 answer
User Defined Build Settings in Test Targets?
i have the following code in my unit tests:
#ifndef SERVER_TEST
NSLog(@"\n\n!!!--- YOU ARE RUNNING TESTS IN STUB MODE ---!!!\n\n!!!--- Server Responses will be stubbed ---!!!\n\n");
#else
NSLog(@"\n\n!!!--- YOU ARE RUNNING TESTS IN LIVE MODE…

dornad
- 1,274
- 3
- 17
- 36
0
votes
1 answer
Get the info.plist in packaging
I added a custom-info.plist to the packaging section under Build settings for a new target.
When I run this target it still grabs [AppName]-info.plist. For this custom plist I copied [AppName]-info.plist contents into this custom plist…

Nick Turner
- 927
- 1
- 11
- 21
0
votes
2 answers
Error Submitting App To App Store with UIRequiredDeviceCapabilities Corona SDK
I have never changed my build settings and I submitted my app to the app store a couple weeks ago with no problem.
I tried submitting an update today and I got the error
This bundle is invalid. An unknown device capability value is supplied in the…

fun_programming
- 228
- 4
- 15
0
votes
1 answer
How to see application build settings from framework
I have built a framework to make it public and use with other project. It has built-in logs. So I am trying to give to an application developer (which wants to use my framework) an ability to enable/disable logs in the framework. The best way I was…

Ezeki
- 1,519
- 10
- 17
0
votes
1 answer
Thought I successfully added Cocos2D to my Cocoa Touch project, but autocomplete shows no CC classes
Following several online tutorials, I managed to get Cocos2D added to my Cocoa Touch (UIKit) project. Problem is, I'm able to #import "cocos2d.h" at the top of any one of my files and my game compiles and runs fine, working just as it did before,…

baptzmoffire
- 589
- 2
- 4
- 20
0
votes
1 answer
xcode build setting group
I'm using XCode4 to create some projects.
It seems that, different type of target comes with different configure group.
Example for: If the target is STL C++ Library or Cocoa Library, there comes some config groups related with Apple LLVM compiler…

idy
- 368
- 3
- 9
0
votes
1 answer
iOS source build setting 'search path'
I am trying to use this project in my iOS app. In the instructions, it says:
Switch to the Build Settings page, go down to the Search Paths section. (if you have trouble finding it, type "header search" in the search field)
Add the absolute path to…

byteSlayer
- 1,806
- 5
- 18
- 36