2
votes
0answers
422 views

Geofencing in Xcode 4, didEnterRegion gives multiple callbacks

I'm trying to create an app in Xcode 4 based on geofencing. The app will notify the user when entering a region with certain center coordinates and a certain radius given in meters. All my regions are ...
2
votes
0answers
165 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
252 views

Linking Mac App Against GTM: _OBJC_CLASS_$_NSObject

I'm trying to build a project that uses the google-toolbox-for-mac. I've added it as a project dependency, and linked against it. The build completes, but when it runs I get the following: dyld: ...
2
votes
0answers
133 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
263 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
586 views

Getting libtool failed with exit code 1 error. What do i do?

The exact error is : Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1 Libtool ...
2
votes
0answers
384 views

Playing music from iPod library with no delay

I am trying to play audio files from the iPod library without any delay from calling 'play' to when the actual music starts. I tried using the MPMusicPlayerController, but sometimes there is a delay, ...
2
votes
0answers
168 views

What is kAccelerometerMinStep?

I have been looking at the Accelerometer Graph example in the iOS Developer library and I have a question about one of the variables that is used... #define kAccelerometerMinStep 0.02 ...
1
vote
0answers
29 views

Generated DocSet causes Xcode 4.6 crash

I currently use Xcode 4.6. I wrote a script in order to generate HTML and DocSet documentation (XCode Run Script). My script work like a charm. I'm able to access HTML documentation and also (re)load ...
1
vote
0answers
128 views

Permanent error after import IOkit framework

i'm new in this forum. I'm trying to work with light sensor in iphone but the only framework that permits it is IOKit. i tried to add the framework follow this guide: ...
1
vote
0answers
253 views

“+” to add localized string is not available in XCode 4.5.1

I am working on a project which is using localizing support, few days back i had updated my xcode 4.3.2 to 4.5.1 which is the latest one and now client has just added new language thatz why when i ...
1
vote
0answers
150 views

IkImageBrowserView Errror

I have an IkImageBrowserView instance which used to show picture in file,in my app. Everything ok but replace it with another view. 2012-05-23 12:37:29.690 test[3595:903] --ImageKit Error: ...
1
vote
0answers
530 views

Compilation Error in Xcode 4.3 but building in Xcode 3

I recently migrated from Xcode 3.2 to Xcode 4.3 , some projects are getting build successfully but in one of the project, i am getting compilation error, Both the error are present in spotlight ...
1
vote
0answers
157 views

My app freezes only in iOS 4.3.5

My iPhone app consists of a tabBarController and data is being shown by making a synchronous request to the server. So, whenever I navigate from one tab to the other or from background to foreground, ...
1
vote
0answers
200 views

NSTableview selection jerking

I have created a desktop based application in mac os x 10.6. The app uses NSTableview for listing files. I use the mouse click for table selection. The code used is [tableView selectRowIndexes:ind ...

1 2 3 4 5 18
15 30 50 per page