4
votes
0answers
78 views

Why do public headers make a multiple product bundle?

When archiving my current iOS project I faced the multiple product bundle problem. Basically, this happens when Xcode fails to recognise your project as a single product bundle and thus is unable to ...
3
votes
0answers
86 views

iOS scheme goes missing when I branch my project (XCode 4.2)

In XCode 4.2 when I create a new branch and open it, the iOS scheme which exists in the Master is lost. Instead I have a scheme for 'Mac 64 bit." This has happened a few times in a row and I handle ...
2
votes
0answers
27 views

Status of files like M and A from Local GIT repository is disabled in Xcode?

The status of files like M and A is disabled in Xcode 4.5 from Local GIT repository in my machine. How do I enable it so that I can view the status changes after SVN updates.
2
votes
0answers
325 views

Can I delete duplicates 6.0 iOS DeviceSupport?

Why do I get duplicates of iOS 6.0 Device Support? And can I delete someone?
2
votes
0answers
297 views

Are user defined runtime attributes documented for iOS 5?

In the Identity Inspector of the interface editor in Xcode 4, there is a section titled "User Defined Runtime Attributes" Setting values here appears to work fine for iOS 5 and later, but I can ...
2
votes
0answers
183 views

RestKit Mixing Up Classes When Mapping

I am working on an application that creates table views from information provided by a web service. I currently have two table views, one for "Regions" and another for "Categories," and am using ...
2
votes
0answers
151 views

Sound effects sliders not working

This doesn't work with my other layers for some reason even though it works well in my option layer. Is there something that I need to put to get this slider to work in my other layers? I use play ...
2
votes
0answers
266 views

Compiling FFTW3 for IOS 5.1 on OSX 10.7

A similar version of this question has been asked before (how to compile fftw3 on iOS) about previous versions of IOS and/or OSX, but I am unable to get fftw3 working on a actual IOS device. (Though ...
2
votes
0answers
273 views

NSExpression and Core Data

I am at beginner level for Core Data. I am creating an app which can calculate expenses bared by each member of the house. I have an Entity named "Expenses" and properties are payer date amt ...
2
votes
0answers
182 views

OpenGL ES Performance Detective fails to collect evidence (Error: “contexts with different OpenGL ES API levels”)

I'm trying to investigate the OpenGL performance of an iOS app using the OpenGL ES Performance Detective. Upon opening a new "case" everything seems fine. But after clicking "Collect Evidence" the ...
2
votes
0answers
297 views

UIWebView and .ics file on iPad

I am having trouble detecting an .ics file in my custom browser on the iPad. I want to be able to open the .ics file in the calendar app. In Safari, you get the option to "Open in..." or "Open in ...
2
votes
0answers
428 views

xcodebuild skipping CodeSign step

I have a project that will build fine from the XCode v4.0.2 gui. However, when I run it from the command line via xcodebuild: xcodebuild -target MyProj -configuration Release -sdk iphoneos it will ...
2
votes
0answers
1k views

xcode 4 - cannot build because interface builder could not open file

I have an Xcode4 (4.1 on Lion) iOS project that has a XIB file and corresponding .h and .m files. Call it myViewController.xib. The file does nothing and I want to delete it. However, if I do delete ...
2
votes
0answers
644 views

This class is not key value coding-compliant for the key navItem

I am working on my first iOS app. Now, i am trying to link UINavigationItem to *navItem. But when i have done this, i get the error: This class is not key value coding-compliant for the key navItem. ...
2
votes
0answers
531 views

Xcode 4 Archive build not finding imports in precompiled headers

I have a project which won't Archive-build correctly in Xcode 4. It appears to me that the "Build For Archiving" and "Archive" commands build differently, and I cannot determine any reason why! ...

1 2 3 4 5 19
15 30 50 per page