Tagged Questions
1
vote
0answers
45 views
xcodebuild workspace and scheme
I am a little confused as to what happens with the xcodebuild command line tool when you specify a workspace and scheme.
I understand how a configured scheme works in the XCode IDE GUI. The build ...
0
votes
1answer
63 views
Setting a #define from the command line in xcode 4.6
I'm trying get set a #define macro when doing a command line build using xcodebuild and having no luck.
I've tried -DMYMACRO=1 and MYMACRO=1 everything else I can think of and nothing works.
How ...
2
votes
1answer
206 views
xcodebuild error scheme not configured for running
I'm trying to setup a jenkins environment for automated build. Everything works ok, when I'm in project development folder. However running same command from "jenkins" folder fails:
xcodebuild ...
0
votes
1answer
46 views
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 ...
1
vote
1answer
561 views
xcodebuild / Jenkins can't find the PROVISIONING_PROFILE for an iOS job
I can build with Jenkins/xcodebuild when the project has the correct Provisioning Profile selected.
We want to be able to set the provisioning profile in xcodebuild.
Unfortunately, when the jenkins ...
17
votes
3answers
1k views
Xcode with iOS - Creating a library in a way that is easy to run in debug mode, distribute, iterate
This is for Xcode 4.5.x iOS armv7 armv7s and the sim and specifcially about Xcode project setup / project build setup:
I have a project "A" that is an app in the app store.
I have a project "B" that ...
0
votes
1answer
173 views
Xcode how to use multiple targets, all with same everything except PCH and info plist file
We want to have multiple build targets where the only difference is either the PCH file or a preprocessor macro setting. (either way will allow us to vary preprocessor directives depending on which ...
0
votes
0answers
66 views
how to get iphone older simulator(4.3.2) on latest xcode(4.4.1)
Please suggest me a way to get older iphone simulator(4.3.2) on latest xcode (4.4.1) ???
More information
when i try in xcode>preference>download>components I see only iOS 5.0,to be downloaded.
But I ...
0
votes
1answer
215 views
xcodebuild archive with Skip Install
My XCode project contains subproject (static library). In this static library project's settings Skip install option is set to YES.
I want to make an archive of my project. At this moment I can do ...
1
vote
2answers
657 views
Property implementation must have its declaration in interface 'AppDelegate'
I receive this error
Property implementation must have its declaration in interface "AppDelegate"
When I declare
@implementation AppDelegate
@synthesize window, viewController;
@synthesize token;
...
0
votes
0answers
164 views
ios - Building app from command line
I've created a bundle id com.mycompany.* and i created an adhoc profile associated with that bundle id. i downloaded the profile and installed on my mac. In my app, i am giving the bundle id as ...
0
votes
1answer
190 views
Why am i getting library not found for -lz.1.2.3 error in Xcode 4.3.3?
I installed Xcode 4.3.3. Before i was using Xcode 3.2.6. Now when i try to install my app which i made in Xcode 3.2.6 to my iPhone 4S then i get following error:
Ld ...
0
votes
1answer
483 views
xcode 4.2 can't run app
I'm trying to build my app on my iPhone 4 but i keep getting this same error. It has bein run before and has worked fine but i changed my icons and now this is what i get.
Command ...
6
votes
1answer
758 views
otest crash with -[id<NSURLAuthenticationChallengeSender> userCredential:]
We have a class that uses AFHTTPClient and AFHTTPRequestOperation's internally. In development, we connect to a server with an invalid SSL Certificate, so we have this code in the method that returns ...
0
votes
0answers
235 views
Cocoa NSTableView Drag Row and Drop on NSView
I am new to xcode and cocoa. I want to create a Mac application that allow user to drag a table row and drop on custom view. So user can select any data from NSTableview and put in a Custom view. I ...
22
votes
1answer
8k views
How to run / install xcodebuild?
If I try to run xcodebuild from the command line, I receive the message:
error: can't exec '/Developer/usr/bin/xcodebuild' (No such file or directory)
But, xcrun appears to work.
Does this mean ...
5
votes
1answer
845 views
xcodebuild command line ignoring GCC_PREPROCESSOR_DEFINITIONS
I'm trying to launch xcodebuild with different preprocessing macros.
I've tried :
xcodebuild -scheme myscheme \
-configuration "Archive" \
-sdk "iphoneos5.1"
...
1
vote
2answers
539 views
Xcode 4 - command line target with initial setup
I am implementing an app which has a dependency to a command line tool.
This is because there are some presets to do.
The command line tool is responsible to create a sqlite file with all initial ...
1
vote
1answer
250 views
How long does it take to build MacVim from source?
I am trying to install MacVim in my Macbook Pro from Homebrew. However it "got stuck" at
xcodebuild -project MacVim/Macvim.xcodeproj ARCHS="x86_64" ONLY_ACTIVE_ARCHS="NO"
for nearly 6 hours. Last ...
1
vote
1answer
171 views
Getting an Error while Creating a iPhone Archive application
When I try to build and Archive. I get the following warning due to the which the archive is never created. I have re-created the certificates and Distributon profiles, couple of times but without any ...
0
votes
2answers
144 views
iPhone Simulator not getting launch
My requirement is to run the target file which makes the simulator launch and run the script from the terminal.
I am able to execute the build file successfully from the terminal using (xcodebuild ...
1
vote
5answers
3k views
CODE_SIGN_IDENTITY parameter for xcodebuild (Xcode4)
I'm using xcodebuild utility shipped with Xcode3 to automate my builds under Hudson. The command looks like it follows:
xcodebuild -project Project.xcodeproj -target Target -configuration Release ...
0
votes
1answer
3k views
Distribution Provisioning Profile not showing up in code signing identity selection in Xcode 4
I have followed all steps carefully mentioned in the iOS provisioning portal. The biggest problem is that those steps are not updated to the latest version of XCode.
In Xcode's organizer, the ...
2
votes
3answers
186 views
Is there a way to include an armv6 lib in an armv7 project?
I have an iPhone project in xcode that needs to be compiled for armv7 architecture. I recently needed to include a library that I only have compiled for armv6.
Is there a way to include an armv6 lib ...
1
vote
1answer
356 views
Is it possible to change Xcode's default location for iOS .xcarchive bundles?
Xcode creates its .xcarchive bundles here: "~/Library/Developer/Xcode/Archives/ProjName MM-DD-YY h.mm AM.xcarchive"
This is fine for an individual developer, but it's not so cool for an automated ...
8
votes
1answer
472 views
In an Xcode 4 workspace, how do I cascade build settings & configs to subprojects
Overview
I'm using static libraries and Xcode 4 workspaces to effect modularity in iOS development, an increasingly common technique. For example, I might have a workspace which contains an App ...
2
votes
1answer
640 views
Controlling build location with xcodebuild command line tool
How can a build script figure where xcodebuild places the resulting application when calling
xcodebuild -scheme MyScheme archive ?
I understand that you can control the location via Xcode preferences ...
1
vote
1answer
286 views
xcodebuild -list can not find scheme which existed
I have xcode project, I want to build this project under command line, this project composed many sub-project, first I fetch these source files to local disk, I use xcodebuild -list to find scheme, I ...
0
votes
1answer
300 views
Wrong execution path of cc in xcodebuild
I downloaded and installed Xcode 4.2 on Lion. With installed examples, I could build them with Xcode IDE, but I got those error messages when I tried to execute the same project file with xcodebuild.
...
2
votes
2answers
356 views
How to get path of Different versions of XCode in command line utility?
I have install XCode Version 3.2, 4.2, and 5.0 and It has created Directory Structure in Root Directory of MAC as follow
## Root ##
- /Developer
- /Developer42
- /Developer50
Now When I will ...
6
votes
5answers
6k views
Why are xcodebuild and Xcode 4.2 so slow?
I am using Xcode 4.2 on a relatively large project (a few ten thousand lines of code) and it is horribly slow. Editing is ok, but whenever I try to compile the project (in Xcode, or with xcodebuild on ...
1
vote
1answer
128 views
How get the configs of a xcodeproj with command line (using xcodebuild)
I will create a build script with xcodebuild command.
But, I want get the config of my project, like PROJECT_DIR and use it for next action. Or better, I only want to know where the .app will be ...
1
vote
2answers
296 views
Setting.bundle only for app store configuration - iOS
I'm trying to find a way to have setting.bundle for Debug Configuration but not to have it for App Store release.
I tried to write a pre build script that deletes the Setting.bundle file in case it's ...
0
votes
0answers
1k views
Undefined symbols for armv7 on iOS 5: _aes_icm_advance_ismacryp
I have one app I built with Xcode 4.2 for iOS 4.3, and I want to build it on Xcode 4.2 + iOS 5 beta 7 for Snow Leopard but I get the error below:
Apple Mach-O Linker (Id) Error
Undefined symbols for ...
8
votes
2answers
1k views
Which version of Xcode does xcodebuild use?
I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...
2
votes
0answers
423 views
xcodebuild skipping CodeSign step
I have a project that will build fine from the XCode v4.0.2 gui. However, when I run it from the command line via xcodebuild:
xcodebuild -target MyProj -configuration Release -sdk iphoneos
it will ...
0
votes
1answer
2k views
application is closing just after first launch
I have build signed the iPhone application with Adhoc provisioning profile,after installing the application directly through Xcode it launched and then closed. I want to know this is correct behavior ...
0
votes
1answer
105 views
changes in xib causing crash
Changes in xib causing it to crash.
I am using xcode 4 (ie. version 4.0.2) to write a program that I started in earlier versions.
I have written a lot of code and apart from frequent crashes during ...
3
votes
2answers
1k views
Adding custom Destinations in Xcode 4
I'm trying to use Xcode with an existing project that has a custom build system. It has several different platform targets, and I'd like to be able to specify any one of these and build it easily. All ...
2
votes
1answer
1k views
xcrun error: Failed to read entitlements from
So im trying to automate the build and archive process through a script. In my script, I run the xcodebuild script and that builds fine. Then I try to run the xcrun
/usr/bin/xcrun -sdk iphoneos ...
18
votes
9answers
29k views
Xcode 4 build succeeds, command line build fails?
I have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the Ld command correctly uses the derived data directory (where build products, ...
3
votes
1answer
998 views
Can't build XCode 4 Project from Textmate
I've opened a newly created XCode 4 project in TextMate (by dropping the project folder on the TextMate icon like the manual suggests) and have attempted to build it using the Command-B shortcut and ...
2
votes
0answers
153 views
Is it possible to direct output from build scripts the Xcode build log?
Is there a way to direct output from Xcode build scripts to the build log window in Xcode?
I've see it claimed that that 'echo' will do this, but my results do not appear in Xcode, but in system.log ...
0
votes
2answers
1k views
Unable to access SRCROOT in Xcode 4 scheme pre-build action scripts
Are certain variables that were available to run scripts in Xcode 3 no longer available to pre-build script actions in Xcode 4?
The script
PLIST_FILE="$SRCROOT/$INFOPLIST_FILE"
echo "${PLIST_FILE}"
...
1
vote
6answers
1k views
Help with my xib file that always crashes on xcode
Hey guys please i have been having real problems with xcode and cant open xib files. Everytime I click on the xib file, xcode crashes. This happens on the xcode3.2 as well as the xcode4
Is there ...
33
votes
2answers
10k views
How can I use .xcconfig files in Xcode 4?
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 ...
2
votes
2answers
6k views
Shell Script Invocation Error with Xcode4 when trying to run a shell script as a build step
Here is what I get when I try to build my Xcode project:
Intermediates/demo2.build/Debug-iphonesimulator/demo2.build/Script-5E564EAC1393823C00BFBA83.sh
...
3
votes
1answer
5k views
How can I build a specific architecture using xcodebuild?
I have legacy code that relies on pointers being 32-bit and want to use xcodebuild to build that code from command line. This doesn't work for some reason. Here's the command I use:
xcodebuild ...
2
votes
1answer
1k views
Added Mac target to iOS project in Xcode, now 'Error Starting Executable File'
I've decided to make a Mac OSX port of my iOS app, so based on a number of suggestions I've received I've simply added a new Cocoa target to my iOS project, and set up a series of 'libraries' (which ...
0
votes
2answers
458 views
xcode crashed while rebuilding of project
My xcode have crashed giving following error whenever I try to run my already running project.
Xcode encountered an internal logic error. Choose "Continue" to continue running Xcode in an ...