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)

0
votes
0answers
6 views

Problems using HelloFacebookSample SDK application with newly created FB account

I have downloaded the latest iOS Facebook SDK (v3.5.2) and loaded their HelloFacebookSample SDK sample application in XCode. I've set my Facebook account information in the iOS 6.1 iPhone simulator's ...
0
votes
1answer
14 views

Add additional beta testers to IOS app

I have an IOS app currently being beta tested by a few people. I have a few more testers that I would like to add and distribute my beta app to. Can I simply add the devices and activate them in my ...
0
votes
1answer
7 views

appending string- works with string with one word but not two

I'm appending a string to a url which then inputs into a database, it works with a single worded string e.g NSString * string = @"one"; however if my string has two words such as NSString * string ...
-5
votes
2answers
38 views

iOS development with XCode - fast introduction

I need to learn iOS development quickly. I know languages similar to Objective-C (C++, Java) so i do not need tutorials like "object oriented programming with Objective-C". The problem is that all ...
0
votes
0answers
8 views

iPhone/iPad app returning different result than .Net WebApp

I have a vb.net web service running on a server. I created a small vb.net web app to test it and everything works perfectly. I created an iphone/ipad app in xcode that also executes this web service ...
1
vote
0answers
23 views

Code signing error after updating iOS

I have just updated to iOS 6.1 from 6, (i kept putting it off a while back) I have been developing on my iPhone and now close to publishing - but all of a sudden when I run it xCode gives this error: ...
0
votes
1answer
8 views

Is there any way to override build settings per person in Xcode?

I'm working on an iPhone app which connects to several services via REST API. There are some servers for each service(development, production, etc), and I want to switch these servers to connect by ...
0
votes
3answers
19 views

How to link to another view of storyboard

I have a login system ready on the view when the app is opened. I made it so when the login button is clicked, it says correct, but how do I link it to another view in my storyboard? Help would be ...
0
votes
0answers
12 views

RestKit Mapping error when compiling release builds iOS

I am using RestKit in one of my projects and using it to map a json response. The mapping behaviour as expected on a fresh install or debug build. However when complied as a release build and ...
-2
votes
0answers
12 views

How to page count in depaneds on contant in tableview?

the most commonly used views in iPhone applications is the Table View, which you use to display lists of items. Users can select a visible item, or tap to display more information. But show data in ...
0
votes
0answers
9 views

Can't delete or rename files in Xcode 4.6 Project Navigator?

Something has become buggered with my project. I can't delete files or rename files from Project Navigator view. It may have something to do with source control? If I highlight 5 files in Project ...
0
votes
0answers
19 views

Core Data executeFetchRequest slow

As the title states, executeFetchRequest on Core Data is slow "some times", and it can even block the UI. I have a suspicion it is because another thread is saving stuff into Core Data, which ...
0
votes
2answers
44 views

Cocoa check if function exists

I'd like to use a function that's only available on OS X 10.9, but WITHOUT compiling with the 10.9 SDK. Is that possible? I've tried weak linking, but the compiler just gives out an error that the ...
0
votes
0answers
16 views

Controllers for switching from one view to another

Lets say I have an instance of ViewA on window. ViewA has a button on it. When the button is pressed, I want to hide ViewA and show ViewB. What kind of controller(s) would be involved with this? Is ...
0
votes
0answers
6 views

How to populate an email body from UITableView data?

I have a registration type form in a static cell UITableView, and when the user presses the "submit" button, I would like the information in the cells to be sent as an email to a specific email ...

1 2 3 4 5 3658
15 30 50 per page