0
votes
0answers
14 views

How to add animation to scatter graph using core plot?

I am using core plot library to display scatter chart in my app i display the scatter chart in my app from tutorial http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2 now i ...
0
votes
1answer
14 views

SBTableAlert not working

First of all, I'm just starting on iPhone development. I'm trying to get an SBTableAlert working (see https://github.com/blommegard/SBTableAlert ) My initial setup is simple: I have a ...
0
votes
0answers
16 views

Xcode: Cannot start the application on Device (ExperitestServer: level was set to: (3))

As I build and run the application on Xcode for installing the app on an iPhone 3GS, Xcode suddenly stops the process (before even starting the application) and logs this: ExperitestServer: level was ...
0
votes
0answers
17 views

Reason: unsafe use of @loader_path

My intention is to capture packets using libpcap, so I downloaded libpcap and compiled for arnmv7. When I use the dylib file it shows :Reason: unsafe use of @loader_path. How to resolve it? I ...
0
votes
0answers
72 views

Xcode 4.6.2 not getting downloaded from mac app store

I have MAC OSX 10.7.4 and i want to download xcode 4.6.2, but in the mac app store, when i click on "View in mac app store", it opens a dialog box to choose an application and on selecting xcode, ...
0
votes
0answers
53 views

Run app as root

I have an iPhone jailbroken and use the Xcode 4.6.1 ,SDK 6.1. I use the http://exilesofthardware.blogspot.com/2013/01/ios-run-application-with-root-privileges.html & test a very simple demo that ...
0
votes
5answers
126 views

Memory Management Confusion Objective C

Question 1 Place *place = [[[Place alloc] initwithCoordinate:location anotationType:CSMapAnnotationTypeStart] autorealease]; place.name = name; place.description = description; ...
0
votes
1answer
22 views

How to access mac files(images) in iPad application running on iPad

Im pretty new to Xcode. I made a simple app which shows an image in UIImageView. I used following code: - (IBAction)btnClicked:(id)sender { [imgBox setImage:[UIImage imageNamed:@"DSC01522.jpg"]]; } ...
1
vote
0answers
27 views

Detect UI actions outside of main thread

Note: This question is related to Warn on calls to UIKit from background threads but does not give an answer on two of the approaches below. I have a problem where the app screen blinks rapidly. I ...
0
votes
0answers
56 views

Phonegap archive in xCode 4.6 did not work / build broke

I am developing an app in Phonegap 2.1.0 Testing my app in the simulator and iPhone Device everything works fine. Preparing my app for the iTunes i got an error, when i want to archive. I got this ...
0
votes
0answers
38 views

What is the best way to copy sqlite file when its in use within an iOS app

I have an iOS app which use sqlite as the db and I want to copy a sqlite file when its in use. What is the best way to do this. Right now i am just copying the file using copyItemAtPath in ...
1
vote
1answer
35 views

iOS : Xcode Crash when configure SVN

At the time i Was checkout and clone project with local file path in my XCODE is crash. When i enter file path "file:///iOS/svnProject" in location field xcode is crash please help for the same ...
0
votes
1answer
38 views

Mastering xcode shortcuts [closed]

i'm looking for a way to definitely abandon my mouse during xcode sessions. In addition to the most commons (move around cursor, find, replace, buil&run etc..) I use some other basic shortcut: ...
4
votes
1answer
62 views

iOS custom font shows on simulator, but does not show on device

I am using a custom font in my iOS application //Label which will display the current message currentMessageLabel = [[UILabel alloc] initWithFrame:CGRectMake(10, 75, 300, 30)]; [currentMessageLabel ...
-1
votes
1answer
38 views

warning: Unsupported Configuration: Image and Title are set (These attributes are mutually exclusive; the Title will be ignored)

Unsupported Configuration Image and Title are set These attributes are mutually exclusive; the Title will be ignored..... while running my project in xcode i am getting this warning because of this ...

1 2 3 4 5 95
15 30 50 per page