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.

learn more… | top users | synonyms (1)

-2
votes
0answers
9 views

Remote Development using XCode locally

[Thins link][1] [1]: https://www.youtube.com/watch?v=AbLBjLGxcNo Remote Development using XCode locally but it use ssh command if there any way to make access to my project use repository without ...
-1
votes
0answers
7 views

performSegueWithIdentifier Giving EXC_BAD_ACCESS

i am having a problem using performSegueWithIdentifier. I received this code from the client and it had ARC enabled and performSegueWithIdentifier was working fine. I changed to non ARC because of ...
0
votes
0answers
8 views

Can't broadcast message from ios app

I want to broadcast message in socket based ios app. I managed to create socket, bind, enable broadcasting, and turn on non-blocking, but when i try to broadcast meesage (sendto function), I receive ...
0
votes
0answers
11 views

TestFlight: invalid app token?

I've been using TF for a long time, until recently when I upload the build, I got: I'm not sure what the problem is, I did have that [TestFlight takeOff:@"xxx"] code in the app delegate. Did I miss ...
0
votes
3answers
14 views

Inspector palette and Identity button in xcode 4.4.1

I am very new to the xcode. I'm trying to create my first GUI using xcode 4.4.1 following the steps describing in "Become an Xcoder" tutorial. But I can't find Inspector palette and Identity button in ...
0
votes
0answers
27 views

Strange characters in my textfields in xcode

I am trying to load a fresh page of textfields used for input. When I load the page with the code below : 3 out of 5 of my text fields are loaded with some odd looking characters: <UITextfield ...
0
votes
1answer
17 views

MS Reference Sans Serif, iOS

I am working on app for a client, the client wants all text in font MS Reference Sans Serif, which is a microsoft font, how can I add it?
-2
votes
2answers
30 views

Use of Undeclared identifier Update

I've been using code from a tutorial (I think its about 2 Years old) and someone else had an error for the step prior to this one. The whole code is below -(id) init { if( (self=[super init])) { ...
0
votes
1answer
41 views

why am I getting NSRangeException in Xcode

I am trying to load a plist from my project, this was working until I accidentally deleted my plist. the plist has 5 arrays, with 2 elements apiece. I know that I the program is trying to access ...
0
votes
0answers
21 views

Why can't RVM find compiler and 'make' tool after installing XCode?

I installed RVM on OS X 10.8.3. The command rvm -v works but there was one error when I tried to execute the following code: \curl -L https://get.rvm.io | bash -s stable --rails # Or, ...
0
votes
0answers
12 views

Mac OSX Lion/X11/CImg Library

So I'm trying to incorporate the CImg image writing library into my XCode project (library can be found here: (http://cimg.sourceforge.net/) However, the header file for the library contains the ...
0
votes
0answers
17 views

Adding custom controls to IB xcode

I did this wonderful tutorial: http://www.raywenderlich.com/32167/photoshop-tutorial-for-developers-creating-a-custom-uislider and came away with two questions. 1) The example above makes every ...
0
votes
0answers
12 views

Store Data for use later in app xcode 4.5 storyboard

I am a new developer as far as xcode is concerned. My Question: What is the best way to store data for use later in that applications session? I keep seeing SQLite but I am not sure if that is the ...
0
votes
2answers
26 views

Desgin ViewController with Storyboard

I design the ViewController include 1 UIView and 1 button in it but when i deploy in the Emulatore, it 's not the same as what i see in storyboard file.
0
votes
0answers
26 views

iOS first steps - getting the annoying SIGABRT error

I'm watching Paul Hegarty's iOS lessons on iTunes U. I'm developing the first app of the course. I am randomly getting the same error (Thread 1: signal SIGABRT), about once every two runs. I placed ...

1 2 3 4 5 3630
15 30 50 per page