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

Cannot open storyboard (com.apple.InterfaceBuilder error -1.)

After several developers were working on the storyboard in one of our apps, we are now getting this error when trying to open the storyboard in Xcode Interface Builder: The document ...
0
votes
0answers
5 views

Handling Tap Gesture in a UICollectionView

since I couldn't use any framework to create an photo album, I'm trying to create my own using Collection View, but I got stuck right at the beginning. My goal is to display all images from my web ...
0
votes
0answers
12 views

UIWebView makes app crash when loading another URL

During the first time when I load a URL, it works perfectly but after that when I load a new URL, the app crashes. My class is a subclass of UIView. @implementation web { UIWebView * wv; BOOL ...
0
votes
1answer
5 views

From Where can i download Gdata and how to import it into project iPhone Sdk

Hello Every one i want to use youtube in my app,i heard that Gdata is necessary for implementing it i surfed a lot where to download gdata i found some links like this Integrating google+ api in ...
0
votes
0answers
5 views

Kofax API help iPhone sdk

I am using Kofax Mobile Capture API to integrate OCR in my Application. But i didn't find any help about it there is only a single document in the API where there is very less help about how to use ...
0
votes
1answer
7 views

How do I change background color of storyboard in xcode 4.6.2

I am working with storyboards in xcode 4.6.2 I simply want to change the background color of the storyboard. Usually I would think (and according to tutorials) I just go to the inspector on the right ...
0
votes
0answers
19 views

MAC OS - Cocoa Application . How to make my own keyboard?

Is it possible programatically change keyboard input anywhere , when the program is in tray? Example. When user type text in ,say, google chrome then my program catch the key he types, and change it ...
0
votes
0answers
8 views

Unable to run Xcode unit tests from the command line due to otest error

I'm trying to run unit tests from the command line but they fail on the command line while they run perfectly fine in Xcode 4.6. I can't figure out what's the cause of failure: Here's the command I'm ...
0
votes
1answer
33 views

xCode Detail View is Empty

I am creating an iPad application (iOS6.1) which has a master detail view concept. First view is a table view has list of items that are been loaded from Plist, when each row gets selected the second ...
0
votes
2answers
47 views

Xcode Update from 4.2 to 4.6 causing errors

I've recently updated my XCode from 4.2 to 4.6 as I had an outdated iOS SDK. However, after performing the update, When I try to run the app and press buttons, the iPhone app freezes, and returns me ...
0
votes
1answer
20 views

Make Xcode editor transparent?

I am used to using iTerm for most of my programming work, but with iOS, Xcode really is the superior tool. However, I have grown very accustomed to working with a transparent terminal. Is there anyway ...
0
votes
1answer
12 views

SQLCipher “sqlite_3key” warning for Archiving and Profiling, No Warning for Debug

I've followed the documentation in the Official SQLCipher Site for iOS. I imported sqlite3.h. I added openssl and sqlcipher xode.proj. They are actually all fine. It's encrypting the databases and I ...
2
votes
2answers
26 views

In what way a view or a window could know that mouseDown outside itself in Xcode?

I want to design a panel acting a little like a popover: when mouse down outside it, it may dismiss or hide itself. But I have no idea about how to achieve this. What I know is that a view could ...
1
vote
0answers
13 views

Why are the in-app purchases not listed on the App's detail page in ITC after submission & self-rejection of the binary + IAPs?

What I did: 1) Set app to "Ready to upload" before assigning all the IAPs. --- problem: Not possible to assign IAPs for submission with app once it#s "Ready to upload". Also not possible to undo ...
0
votes
0answers
8 views

mac os x - xcode cannot reach local repository

On the recent upgrade to xcode (v4.6.2), it can no longer reach local git repositories. This is for existing projects as well as new projects (example below is a brand new project, with the option ...

1 2 3 4 5 3625
15 30 50 per page