Tagged Questions
0
votes
0answers
9 views
Xcode Maven Plugin : adding extra headers
The Xcode Maven Plugin from http://sap-production.github.io/xcode-maven-plugin/site is a nice maven plugin for people who like maven and wan't to avoid some pain with xcode dependencies, framework ...
1
vote
1answer
92 views
.xib file not in Compile Sources build phase, but still builds correctly; how can this be?
When you start with an Xcode template that has a .xib file, that .xib file is listed in the Compile Sources build phase. This makes sense to me, because during the build process the .xib file needs to ...
0
votes
1answer
142 views
Which Xcode build settings for iPhone app so it can run on ipad as well?
I have written an app intended for the iphone. Obviously it is ok if it used on the ipad in the iphone mode, but it is an iphone app.
My app got rejected by Apple, I received a mail with a screenshot ...
1
vote
0answers
172 views
XCode Copy Files build phase skips files sometimes
I followed this excellent tutorial to set up to build a framework I'm building for an iOS app.
http://spin.atomicobject.com/2011/12/13/building-a-universal-framework-for-ios/
I have everything ...
1
vote
1answer
700 views
Xcode 4: Project does not honor $(inherited) Build Setting in Workspace?
Today is my day to suffer through Xcode 4, Workspaces, and Projects.
I have a workspace with a few open source libraries (openssl, sqlcipher, and a couple of others). Within the workspace there is ...
2
votes
1answer
215 views
XCode - Changes to static libraries doesn't cause the build system to relink the executable
I have a project "blackjack" containing a project (as a child) called "GameLib", which in turn contains many projects such as "Core-iOS". I have libCore-iOS.a added to "Link Binary With Libraries," ...
0
votes
1answer
54 views
CPPFLAGS equivalent in Xcode project
So I'm trying to port a make file to Xcode. Not sure where to put stuff from CPPFLAGS.
Currently CPPFLAGS = -I../src/ meaning that the preprocessor will append ../src/ to the include directives while ...
2
votes
1answer
447 views
How to work around CMake + XCode 4 paths dependencies?
I have projects structured like so:
Libs/
Apps1/
Apps2/
In each folder is a CMakeLists.txt. I would like to generate a project file for each of the folders, and each AppsN references Libs. My ...
0
votes
2answers
88 views
Multiple apps from one project
I have a little problem.. which I know there is a fix for, I just don't know what it is.
The problem is the following. A few weeks ago (2 or so) I had to remove 4 apps from the appstore due to a data ...
0
votes
1answer
228 views
XCode build phase with rsync not deleting files from bundle
I have two resource folders added as folder references to my XCode project. Following the advice on this question I created a new build phase that copies those folders using the rsync command, so that ...
0
votes
1answer
108 views
NSManagedObject is undefined? [closed]
I was working in a seemingly unrelated area of my Xcode project when I started getting this build error:
It seems that NSManagedObject is undefined. The core data framework is still in my project ...
3
votes
2answers
205 views
Global Xcode run scripts
In order to automatically update build dates and build numbers, I set up a run script for the build phase in my scheme:
# Auto Increment Version Script
buildPlist=${PROJECT_DIR}/${INFOPLIST_FILE}
...
6
votes
1answer
2k views
Use Xcode as Javascript IDE, possible?
I'm working on a Javascript-intensive web app designed to run on iPhone/iPad for now. It also works on all Webkit browsers (Safari + Chrome).
I have a home-made MVC framework consisting of many ...
0
votes
1answer
83 views
Build fail error
I am baffled about this error since I installed xcode 4.2 from xcode 3.2 and switched back to xcode 3.2 Since then I am not able to build for device for any of my projects for any configurations.
The ...
2
votes
1answer
646 views
Xcode: How to add the built product from one project to another in the same workspace?
Say I have 2 projects in an Xcode 4 workspace. Project A is the final product which requires the utility app built from project B. The goal is to have the build process of A automatically build ...
0
votes
1answer
845 views
xCode Build Script using info.plist with space in the name
I am trying to automatically increment the build number with the following script:
#!/bin/bash
# Auto Increment Version Script
buildPlist="Project-Info.plist"
buildVersion=$(/usr/libexec/PlistBuddy ...
1
vote
1answer
74 views
Stop XCode from embedding build time in executables
XCode4 is putting build time in executables it creates. When I build the same code twice, binaries will differ by few bytes belonging to a unix timestmap.
Is there a way to prevent this from ...
57
votes
4answers
17k views
Canonical list of Xcode Environment Variables
Alternate Titles
List of Xcode build variables
Clang Environment Variables
Is there a Canonical list of Xcode Environment Variables that can be used in Build Rules etc?
1
vote
1answer
124 views
Library not found when building distribution config in xcode 4
I have a minor problem. Whenever I try to build my project using the distribution configuration it complains that one of my libraries is missing
ld: library not found for -lTouchCustoms
This only ...
0
votes
2answers
64 views
How to properly include header files on OS X when XCode is installed in alternative director?
I have some projects that are failing to build because the header inclusion does not.
This is caused by the usage of $(SDKROOT)/Developer/Headers/FlatCarbon, but on my system Xcode was installed in ...
0
votes
1answer
46 views
Xcode — get more info on why it chooses to include a file in the build?
I have a project that sits at the top of a complicated tree of other projects. The build involves the processing of multiple config files which include other config files, and so on down the tree.
...
0
votes
2answers
48 views
Add & Stop while running the project in XCode4
When we hit run button in XCode4 & if project is already running,
it prompts as follows.
My question is
what does it will do if I tap on Add button ?
Does it means, add local changes quickly ...
7
votes
2answers
1k views
iPhone Project Dependency Management
Has anyone had any success in finding a reliable, generalised solution for managing dependencies for iPhone projects? I'm looking to split my iPhone applications up into reusable components and then ...
0
votes
2answers
298 views
What exactly does “Clean and Build” do?
Maybe this seems like a naive question.
I have some functionality in my project that suddenly doesn't work, an when I "Clean and Build", it works again.
What might be the problem that is being ...
4
votes
3answers
1k views
how to set up a Xcode build rule with a variable output file list?
Build Rules are documented in the Xcode Build System Guide
They are well adapted to the common case where one input file is transformed into a fixed number (usually one) of output files.
The output ...
2
votes
1answer
4k views
Linking problem in Xcode when using a dependent subproject
I am using Xcode to write an iPhone project and I use an external library. I added the Xcode project file to the parent target and adjusted the header search path and set it as a direct dependency in ...
0
votes
2answers
963 views
Setting the Build Directory of an Xcode Project
So far, no matter what I try, Xcode dumps my project's products in a subfolder of the project directory. I've tried each setting under Build Locations, but it doesn't seem to work. If I try ...
0
votes
1answer
3k views
Header imports and includes failing in XCode, cmath, objc-class.h, etc
I keep having issues with including basic headers such as cmath. It is most prevalent when using example projects.
Example:
#include <cmath>
for instance gets a file not found, even though I ...
1
vote
1answer
809 views
Xcode - build phase or script for copying only modified files to App Bundle
Mac OS X 10.5 compatibility required. Xcode 3.2.5.
My app looks in the bundle's Resources folder, for a "data" folder.
"data" contains a hierarchy of subfolders and data. The contents are constantly ...
2
votes
1answer
186 views
Just beginning C++ in Xcode
...and I mean LITERALLY just beginning. As in, I just started earlier today.
All I want to do is figure out how to build and run a 'hello_world' code from my textbook, but the 'build and run' button ...
3
votes
1answer
931 views
How to abort build if run script phase gives an error
I would like to use a run scripts target to tag my revision in mercurial and upload it to a server. I created a new run scripts target that depends on the other target building my app. Not I added two ...
0
votes
1answer
394 views
Stop Xcode from Running Run Script for All Targets
I have two targets in my iPhone application: one for my actual app, and another for my unit testing. I added a run script to my main application's target so that when I compile, the script will ...
0
votes
1answer
163 views
xcode duplicates build source files process
I am using the cocos2d library. when xcode builds, it builds twice as many source files as it needs to, i.e. 162 instead of the 81 that come with the cocos2d library.
this only happens when i build ...
3
votes
3answers
1k views
iOS4: Correct SDK and Deployment Target Settings in Xcode
I upgraded my Xcode from 3.1.2 to Xcode Version 3.2.3 and upgraded my device to 4.0 OS. I have set my Base SDK to iPhone Device OS 4.0 and the iPhone OS deployment Target to iPhone OS 3.1.2.
When I ...
0
votes
1answer
3k views
Change a localized InfoPlist.strings using an Xcode target
Here's an obscure problem. I'm using an InfoPlist.strings to localize my app name. It's only got one value: CFBundleDisplayName = "Mon App". The strings file is localized (putting it in a directory ...
0
votes
1answer
342 views
Best build dir location to use in Xcode
I'm consolidating my Xcode/TextMate setup and is interested in where you put your build dir.
Some years ago I started out having the build dir in the same dir as my xcodeproj file.
However it became ...
8
votes
3answers
8k views
How do I run a universal app on the iPhone 3.1.3 simulator?
I'm working on a new app that I want to be universal for the iPhone and iPad. I started out with the "Create a Window-based app" wizard, and it created separate app delegates in "iPhone" and "iPad" ...
1
vote
2answers
183 views
Create Custom Builds of an Xcode Project
I am going to build a Mac application written in Obj-C with Xcode. For argument's sake let's say it will have 10 optional features. I need a way to enable or disable those features to create custom ...
0
votes
1answer
229 views
Automatically Creating A Zip after Code Signing in Xcode
I have a custom script step in my build process that zips the executable. However this is executing before the executable is signed which is pretty useless.
Is there a way to zip the build output ...
0
votes
3answers
440 views
Why would XCode not include a resource in device build vs simulator
I have an issue where an image resource (Default.png) is included in a build for the simulator but is not being included when built for device. I have verified this by looking at the *.app package ...
1
vote
1answer
132 views
How can I add one Target (Foundation Tool) to Copy Bundle Resources of another Target in Xcode
Hy everybody,
I have two targets in one Project in Xcode. One is a foundation tool which I need in the resources Bin of the other Target, which is a Bundle App.
I am not able to add the Target one ...
0
votes
1answer
39 views
Customizing File Linkage for a Build Configuration (Not Buil Target)
I have a project that has several build configurations (FREE version, male-only, female-only, etc.). I am avoiding using multiple build targets because (A) the products are mostly all the same and ...
4
votes
1answer
1k 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" ...
1
vote
2answers
1k views
Can Xcode include application resource files that are generated during the build process?
I have a bunch of content files for my iPhone app that I generate via shell script. It takes way too long to be a part of the Xcode build process, so I run it periodically.
I don't want to have to ...
5
votes
2answers
2k views
How to filter the xcodebuild command line output?
Running xcodebuild from the console will bring you very verbose output and I wasn't able to locate any options for limit its output in order to display only warnings and errors.
I'm looking for a way ...
1
vote
1answer
114 views
after upgrading to xcode 3.2, can I still build projects into 3.1 simulator?
I upgraded to xcode 3.2 and now the build options from the drop down menu on the upper left of the main window in xcode are limited to only 3.2 versions of the sdk, however if I open a project up that ...
3
votes
1answer
677 views
How automate sqlite db creation in Xcode and put it in the app bundle
I have a sqlite DB that has a lot of test data inside. Currently, I load the data inside the app code, but take several minutes inside the iPod I use for testing.
I wonder if is possible to make in ...
0
votes
1answer
57 views
Choosing external project to run when building a library in xcode
Is there any way (in xcode) to specify an external project to build and run directly while working in one of that project's dependent libraries? It is annoying to have to always switch back to the ...
2
votes
1answer
955 views
Compiling on Linux and Mac OSX: Working with Xcode build and make?
I'm writing a plain C project. I'm using a Mac and I like working with Xcode and I want to use the Xcode project and build environment. I'd like to be able to build it on other platforms though. Not ...
3
votes
3answers
2k views
How to make distributed builds using XCode 3.2 on OS X 10.6
After I upgraded using a clean install from OS X 10.5 to 10.6.2 and upgraded the XCode to 3.2.1 I wasn't able to use distributed builds feature anymore.
There are several issues that I detected:
In ...
