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
4 views

Plotting multiple markers in Google Maps, ios SDK in Objective C

Hi I want to plot a number of markers in Google maps from NSArray which contains location name, latitude and longitude. I tried using For loops which seems a little lame already but, for(int ...
1
vote
0answers
7 views

Xcode 4.6 Can't add outlet for text field as “connection” in popover is greyed out

I need help adding an outlet for a text field in XCode 4.6.3. (By way of background, I'm a newbie following Apple's "hello world" tute and am up to here.) I control-drag the text field inside the ...
0
votes
2answers
17 views

What does it mean to “execute a command in an Xcode project”?

I'm reading this setup documentation for Appium (iOS), and I'm a little confused at what they mean by "executing the following command in the Xcode project:" Do I have to run the command from the ...
0
votes
1answer
16 views

How do I create a user login, password and ability to exchange messages between users in my iphone app

How do I create unique user login, password and ability to exchange messages between users in my iphone app without using a server. Is it even possible?
0
votes
0answers
13 views

ios7 can't run on device :invalid hex digit 59 error?

I am trying to run on the device my app, after having the ios7 beta version . I see the default screen on the iPhone , than i get this error : Reply contains invalid hex digit 59The program being ...
0
votes
0answers
5 views

Crash mac application with Assertion failed: (addr != MAP_FAILED)

I am working for USB internet dongle application, so when device is inserted our application get the callbacks from device SDK, Main window Application and Callbacks both are in main thread. Now after ...
0
votes
3answers
34 views

How to assign one item to multiple elements

In objective-c I have an app that when you open one of the textfield it scrolls to that field though I can only manage to do that with one element as when I try and combine multiple into one it ...
1
vote
0answers
27 views

Why the delegate method can not run at second time?

i used the Aris API in my application i want to search the weather between two location for the first time when i enter the start and end location in the text field it return me the correct value when ...
0
votes
1answer
14 views

App rejected due to temporary entitlement I need for NSSavePanel

this is the second time my Mac app has been rejected by the MAS. I use a temporary entitlement so that the user can store his backup file the app created on his device. This is the response I am ...
0
votes
1answer
7 views

Mashape API objective-C boilerplate code giving errors

I am trying to use an API From Mashape. When I test the endpoint (JSON response), things are working well, but the objective-c app-ready code example they give is not working, I get the following ...
0
votes
1answer
12 views

“Valid signing identity not found” Xcode 4.6

I bought a new Mac, and installed Xcode again etc. But I have problems with certificates and provisioning profiles. In Organizer, Xcode is giving the error under the status of all my provisioning ...
0
votes
0answers
7 views

How to set the default scheme for a workspace in Xcode?

I have a workspace in Xcode with about 10 schemes. Whenever I clone the repository and open the Xcode workspace from a freshly cloned repository for the first time, the scheme that is selected is ...
0
votes
1answer
5 views

How to setup template? in xcode

How can I make it so in xcode when I create a blank file, text is already written? For example, at the the top of a new file: #Project Name #User name #Date #Build #Setup Globals
0
votes
1answer
4 views

Linked Static Libraries are NOT Rebuilt Together with Main Project

In my workspace I have 2 projects: my main project, and a static library project. I link the resulting .a of the library project into the main project. Problem is, when I make a change to a source ...
0
votes
0answers
5 views

Xcode: linking to C++ libs fails because of different architectures

I am trying to develop an iOS app with Xcode in Objective-C++ (therefore with .m, .mm and .cpp files). The .cpp files use third party libraries (OpenCV). The build fails at the linking, with warnings ...

1 2 3 4 5 3679
15 30 50 per page