Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, and not for general Mac or iOS programming topics. Use [cocoa] for Mac programming questions, and [cocoa-touch] or [ios] for iOS programming questions.
7
votes
0answers
146 views
Xcode 4: How can I reference project variables/macros in a file template?
Ok, so, I've got a relatively complex project template hierarchy that defines code style related macros and variables (curlies on same or new line, indentation, etc). My code style template will ...
7
votes
0answers
185 views
Xcode doesn't show titles for all windows in the mission control view (4 fingers swipe down)
Mac Mission Control (4 fingers swipe down) is a handy feature which allows us to navigate different windows of one application.
Most applications would show the window titles underneath each window ...
6
votes
0answers
681 views
Error Domain=NSPOSIXErrorDomain Code=61 “The operation couldn\u2019t be completed. Connection refused”
I am using asyncSocket as client side, aim running my application on I-Phone simulator, and the server side coded with C#.
its working perfectly if i try to connect with a server on my LAN but the ...
5
votes
0answers
122 views
Xcode command line upload/download files to/from an iOS Device Application Sandbox
does someone of you know, how I can mange the file transfer of my App data like the Organizer from the command line? I tried to find a way with xcrun or Instruments, but currently without success.
My ...
5
votes
0answers
412 views
XCode std::thread C++
For a small project for school I need to create a simple client / server construction which will run on a router (with openWRT) and I am trying to do something with threads in this application.
My ...
5
votes
0answers
661 views
iOS UIAutomation Simulator 5.0: The target application appears to have died
I'm to use the record feature in UIAutomation that only works on Simulator 5.0.
when using UIAutomation on Simulator 4.3, it runs perfect.
when running my app from xcode on Simulator 5.0 it runs ...
5
votes
0answers
197 views
How can I change the color of invisibles in Xcode4?
In Xcode4's preferences, there's the ability to change the colors of your code editor. One of the things listed at the bottom is 'Invisibles' which one would expect represents spaces and tabs. ...
4
votes
0answers
137 views
iOS app crashing every other launch, can't find error
I've been at it for about 3 hours now performing searches on this issue but haven't found anything that has helped so far.
This is what's happening.
First time I launch the app, everything seems to ...
4
votes
0answers
203 views
iphonesimulator (SDK not found) error in xcode
i am trying to resolve this issue for a while now. Reason i am trying to build for simulator is to get screenshot for retina 4 inch display which are now required in the appstore. I am making an app ...
4
votes
0answers
131 views
XCode: Documents and Library folder for xcode command line builds
One can easily build a project run it in the simulator both from the command line like so:
1, xcodebuild -project Someproject.xcodeproj -arch i386 -sdk iphonesimulator
2, ...
4
votes
0answers
126 views
Xcode / iOS: Unit Tests, Schemes, and Configurations
My iOS project has five schemes: Local Development, Integration, QA, Demo, and Production. Each scheme uses a differing configuration to control things like network poll frequency, API endpoints, ...
4
votes
0answers
84 views
New Crash Logs do not Appear in Organizer for one specific iOS device
Does anyone know why the organizer will not find my new crash reports for one iOS device but it does for my other devices?
Let me explain: I was demoing an app today on both my iPad 3 and iPhone 5. ...
4
votes
0answers
160 views
Parse XMLRPC for Objective C for Iphone from PHP structArray like a HashMap from Java in Android app
basically need to translate the java code to objective-c to have it ready for View Controller for the iphone.
XML-RPC PHP Code
$structArray[] = new xmlrpcval(array(
'graffer' => new ...
4
votes
0answers
42 views
Paste Data or Alternatives to CMD V simulation
I used to simulate CMD V event to paste data from my app to the active app. However, it seems like with the new sandboxing restrictions this isn't allowed anymore.
Does anybody know another way to ...
4
votes
0answers
411 views
iPhone for which cases can't get mac address success?
Use the following method and work well for 99.5% cases, but very few users in AppStore report they can't get mac address (we use the identifier to authenticate every server call).
The failed case ...
4
votes
0answers
323 views
Xcode Add tabbar icon dynamically
I've read different answers about adding tabbar icons both in the app delegate and in the interface builder.I want to add them in my firtsviewcontroller, because I wanted to read the icon image name ...
4
votes
0answers
236 views
pjsip build for iOS 5, won't make
I retrieved the latest build from the SVN trunk on Friday and attempted to build following the directions on the getting started wiki.
make dep seems to execute without any problems, but make fails ...
4
votes
0answers
891 views
Undefined symbols for architecture i386 when adding FaceBook Connect
I have the following failed code when i run my application on iPhone 5.1 simulator. My app runs smoothly before i add in the Facebook Connect into my application.
Undefined symbols for architecture ...
4
votes
0answers
170 views
Bundle can't find copied framework from XCode
I have an XCode project which copies SDL.framework to my app bundle and, up until recently, this worked fine. I could give my bundle to someone who didn't have SDL.framework and it would work. But ...
4
votes
0answers
71 views
<classes> element flipping in and out of existence in storyboard file
This isn't a big problem but it is annoying. Every time I edit my storyboard in Interface Builder and I want to check it into the revision control system there's a element that is either generated or ...
3
votes
0answers
111 views
Xcode Organizer Console: What is House Arrest
I'm working on an iPhone app using Amazon Web Services uploading videos to S3. I can have small sized videos or large size videos. During the uploading process, sometimes it will come to a complete ...
3
votes
0answers
71 views
Store Map in Offline mode using PhoneGap HTML5 in XCode
I'm developing an App using PhoneGap and HTML/Dojo in Xcode. This App display an Map after successful login. However, the challenge is how to load the map in case of Offline-mode? For Offline-mode the ...
3
votes
0answers
24 views
inApp restore: number of restored transactions zero
I have followed the second answer(by Brian Noah) in this post
to implement inapp restore functionality. During testing I just bought an inapp item and reinstalled the app. But now, when I try to ...
3
votes
0answers
43 views
How to set pitch value of a video?
I created demo app like tom cat with the help of http://purplelilgirl.tumblr.com/post/9377269385/making-that-talking-app.
In this link, we can set pitch value of an audio using CDSoundEngine.
But I ...
3
votes
0answers
56 views
Add file breakpoint in Xcode 4 via Applescript
I'm trying to add a breakpoint to the selected .m file in my current XCode project using AppleScript.
Right now I'm stuck since AppleScript keeps returning 'missing value' when trying to add a file ...
3
votes
0answers
50 views
xcode 4.2.5 occupied a lot of memory ,start with some git process
Recently my computer become quiet slow, and I checked out Activity Monitor and find xcode occupied about 1G memory. And everytime I launched xcode, there are some git process which I believe are the ...
3
votes
0answers
127 views
Gimbal Sample Project (Mallmart) Undefined symbols for architecture armv7:
I'm trying to run example project (Mallmart) from gimbal https://www.gimbal.com/
Mallmart was successfully running, but when I tried to run Mallmart with IR I got this error
Undefined symbols for ...
3
votes
0answers
64 views
How do I remove the default localizations from a Phonegap/Cordova project?
I've just had a Phonegap/Cordova iPhone app approved for the app store but noticed it claims to be available in a bunch of other languages including Northern Sami. I've found the list of languages in ...
3
votes
0answers
104 views
Can I display the current playing song title in an UILabel from a PLS Stream?
Can I display the current playing song title in an UILabel from a PLS Stream?
Currently this is my Code:
.h Controller:
AVPlayer *music;
.m Controller:
NSString *u = ...
3
votes
0answers
266 views
Can't open xib in project navigator
I'm having a problem and need your assistance.
I've just updated my project using svn and got a conflict; now I get this warning:
The document ....xib could not be opened.
This archive contains a ...
3
votes
0answers
284 views
iOS direct printing to network printer
We look for a possibility to directly print to a printer on the network from an iPad application. We can't use AirPrint because the printing should be done programmatically and automatically in the ...
3
votes
0answers
68 views
Iphone app crashes at line: UIKit`-[UINibDecoder validateAndIndexKeys:length:]
I have searched far and wide on this one and I'm not sure what is going on. I added a new ViewController to my project and hooked up a UILabel to storyboard file and assigned it the new custom Class. ...
3
votes
0answers
359 views
Error uploading to Testflight Unexpected Error parsing IPA
I am trying to upload my app to test flight. When I use the web interface, I get the error
Unexpected error parsing the IPA, TestFlight support has been notified.
And when I try to upload using the ...
3
votes
0answers
203 views
How to embed unity ios project with another ios project
I made a unity project and convert this into iOS project, this create many files which are readable for xcode, now i want to embedd this into another ios project. I am facing difficulty that how can i ...
3
votes
0answers
89 views
Generate HeaderCode From GeneratedCode in Xcode
We have gone through the sybase online tutuorial for SUP2.0. In that
Sybase Unwired Platform 2.0 > Developer Guide for iOS > Development Task Flows > Developing Applications in the Xcode ...
3
votes
0answers
183 views
CALayer rendering caused memory leak on new MacBook Pro with OSX 10.7.4
While developing Mac OSX application using CALayer rendering, we have found the Apple official sample code 'CALayerEssentials' may cause memory leak on new MacBook Pro (Mid 2012 15' Retina) with OSX ...
3
votes
0answers
175 views
How to compile and link against MacPort's libstdc++ in Xcode?
I just upgraded my gcc distribution through MacPorts, and I would like to use the last libstdc++4.7 (which supports a number of C++11 features I'm interested in) with Xcode's clang++. Obviously, ...
3
votes
0answers
830 views
Internationalization in xcode4.5 with base internationalization
Im new to internationalization
i followed this steps ,
Clicked the "make localized" on my nib files that needed localization
Went to project settings , enabled base internationalization
Added ...
3
votes
0answers
160 views
Why is xCode reserving so much disk space when running?
I've noticed then when I have 1 or more projects open in xCode, free disk space on my disk quickly goes down to few (~40) MBs. I want to understand why is this happening, even when developing a ...
3
votes
0answers
258 views
Game Center not showing in Fullscreen (MacOS / xcode)
I'm developing a MacOS application.
Since Mountain Lion (10.8) it is possible to add Game Center to OS X applications.
I've added one, tested it, and it works fine, but only in windowed mode. If I go ...
3
votes
0answers
475 views
MediaPlayer.framework (MPMoviePlayerController) playing movie from URL that requires access credentials
i am having problems with playing movie from URL that has basic http authentification.
Here is code:
NSURLCredential *credential = [[NSURLCredential alloc]
...
3
votes
0answers
261 views
Can't get symbolicatecrash working, double Xcode installation?
I have found several posts on the matter and finally managed to locate the right symbolicatecrash on my computer. I did run:
306 find /Applications/Xcode.app -name symbolicatecrash -type f
...
3
votes
0answers
183 views
Different Bundle Identifier for different build configurations
I'm working on an app right now and we're trying to get some testing done against the staging environment as well as the production environment. Naturally, I've created "Stage" and "Prod" build ...
3
votes
0answers
686 views
Xcode 4.3.2 and iOS 5.1.1 + jailbreak: App installs but crash on launch
I don't have the Apple 79€/year account. In iOS 5.0 and Xcode 4.2.1 I changed SDKSettings.plist ecc... And it works. In iOS 5.1.1 and Xcode 4.3.2 no, I already changed settings ecc but don't work, the ...
3
votes
0answers
496 views
Xcode hanging on Analzying Generating dSYM file
* Hi - Please ignore this. There was nothing wrong with the file - it was very large and needed 30 mins to compile. Cheers! (That's what you get when you're used to small files)
I'm just a newbie ...
3
votes
0answers
773 views
UIImagePickerController within existing UIPopoverController resizing issue on iPad
I am working on an iPad app where I have a button that generates a popover controller that I am populating with a specific view controller. Here is the button code that generates the ...
3
votes
0answers
224 views
XCode Compiling LessCSS in Build Script Fails
After upgrading to Node.js 0.6.14 (from 0.4.11), I'm suddenly unable to compile less in my XCode build script. (XCode is version 4.3.2).
The error I am getting is:
Env: node: No such file or ...
3
votes
0answers
84 views
iOS scheme goes missing when I branch my project (XCode 4.2)
In XCode 4.2 when I create a new branch and open it, the iOS scheme which exists in the Master is lost. Instead I have a scheme for 'Mac 64 bit."
This has happened a few times in a row and I handle ...
3
votes
0answers
118 views
Xcode 4.3.1 copies ALL the resources every time I run the project on the device
I just moved to Lion and the same project compiled on Snow Leopard (and the relative previous version of Xcode) and didn't have such a problem.
Now every time I run the project it complies it all from ...
3
votes
0answers
218 views
How to use custom dylib in library project in xcode 4?
I'm writing a shared library (dylib) in c using xcode 4.2 say X.dylib. In this project I need to use other very specific dylib, say Y.dylib. I want to keep it in the project and ship together.
Right ...
