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.
8
votes
0answers
200 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 ...
7
votes
0answers
705 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 ...
6
votes
0answers
33 views
Mesh node location not updated, in cocos3d
I am developing a board game using ball, in cocos3d. In that i ve given an action in touchevent. To locate the mesh node, i have given the NSLog statement.
Here is the code
-(void) touchEvent: ...
5
votes
0answers
142 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
703 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
211 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. ...
5
votes
0answers
2k views
How to fix CodeSign when it says user cancelled the operation? (And I didn't)
I'm compiling an iPhone app meant to be Distributed. It's my first app so I followed the "iPhone Provisioning Profiles" instructions. Unfortunately it fails with this:
CodeSign build/*_*_.app
cd ...
4
votes
0answers
165 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
54 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 ...
4
votes
0answers
81 views
Error while Posting Data on linkedin?
I want to post data on linkedin for that i'm using share kit,
i was creating new application and i'm using those api key and secrete key in my application but when i click on login then it works fine ...
4
votes
0answers
140 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
170 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
44 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
348 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
240 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 ...