The tag has no wiki summary.

learn more… | top users | synonyms (1)

65
votes
4answers
64k views

Install xCode 3.2.3 w/ iPhone SDK 4, get “Base SDK missing”, can't see other SDKs

I created this community wiki to bind together a number of other Q/A's I've seen here on SO. If you're here, you've probably installed the final version of Xcode 3.2.3 with iPhone SDK 4 (download ...
38
votes
7answers
10k views

Missing file warnings showing up after upgrade to XCode 4

I recently upgraded to Xcode 4 (which is a great upgrade) but now I'm getting some warnings that I did not get before. I have looked through forums and other SO posts but have not come across how to ...
36
votes
4answers
10k views

iOS 4 app crashes at startup on iOS 3.1.3: Symbol not found: __NSConcreteStackBlock

I'm running Xcode 3.2.3 with the iOS 4.0 SDK. I built my app with Base SDK = iphoneos4.0, Active SDK = iphoneos4.0, Deployment Target = 3.1.3, and Architecture = standard (arm6 arm7). Compiler = GCC ...
34
votes
4answers
19k views

What are block-based animation methods in iPhone OS 4.0?

I am trying to implement a game using the iPhone OS 4.0 (iOS4?) SDK. In the previous versions of the SDK, I've been using the [UIView beginAnimations:context:] and [UIView commitAnimations] to create ...
22
votes
6answers
3k views

UITextField auto correction crash in iOS 4.3 on simulator

The UITextField's auto correction crashes my app on the simulator with iOS 4.3 sdk build target. Works fine on the device and in the simulator with iOS 4.2 sdk. Anyone else experiencing this issue? ...
21
votes
3answers
2k views

Can somebody explain iPhone's data protection and encryption to me?

I completely revise my question because I found two excellent sources about iOS's data protection. First one is: Episode 209 of Apple's WWDC 2010 Videos "Securing Application Data" and second is ...
19
votes
2answers
4k views

pdf file text reading and searching

I want to read text from pdf file and search text into pdf file. here the link that i know. none of this help me out. Getting text position while parsing pdf with Quartz 2D HIghlighting the text ...
18
votes
8answers
25k views

Issue with iphone sdk 4.2.1

Probably a silly question. When running my project on the Device in the debug mode I get a lot of warnings al having the following string: warning: Unable to read symbols for ...
18
votes
3answers
1k views

In iOS 4.0, why does UIScrollView zoomToRect:animated: not trigger the scrollViewDidScroll or scrollViewDidZoom delegates while animating?

I need to closely monitor the scale of the scroll view so that I can update the content view's elements (a subview managing multiple CALayers) according to the scroll view's animated zoom. On iOS ...
17
votes
9answers
13k views

iPhone Simulator 3.x not listed after upgrading to XCode 3.2.3 Beta4 with OS 4.0

I've been having some problems, & since you guys are the smartest devs I thought I'd just ask you. When I last installed Xcode 3.2.3 Beta 2 (OS 4.0 support), it had all the iPhone Device & ...
16
votes
7answers
2k views

How should I architect my iPhone app to talk to my website?

I'm planning my first iPhone app and I'd like to get some inputs as to how to build it, right from the start. The iPhone app is being built to be paired with a public facing web application that is ...
15
votes
2answers
2k views

Where is “upgrade target for ipad” in Xcode4

I'm running Build 4A304a and for the life of me I can't find it in Xcode or any reference to it on the internets. any help would be greatly appreciated.
15
votes
3answers
5k views

Instruments in Xcode 4

I was trying to open instruments in xcode 4 but was not able to find a way to do it. Usually in Xcode 3, we would do run -> run with performance tool... but I dont really find any such thing to do it ...
14
votes
2answers
2k views

MKOverlay not resizing smoothly

I have added a MKCircle as MKOverlay to my MKMapView. Also I added an UISlider to decide the radius of the circle. Unfortunately when using this it seems a bit "laggy", not smootly like I want it to ...
14
votes
1answer
8k views

How do you use NSAttributedString?

Multiple colours in an NSString or NSMutableStrings are not possible. So I've heard a little about the NSAttributedString which was introduced with the iPad SDK 3.2 (or around 3.2) and is available on ...
13
votes
5answers
767 views

how to connect wireless mouse with iphone?

I am using iOS 4. I am wondering that is it possible to connect a wireless mouse with iphone via bluetooth ? Yesterday I saw a remote access/login to mac pc through the iphone and ipad but its seems ...
13
votes
3answers
7k views

How to use NSError in my iPhone App?

I am working on catching errors in my app, and I am looking into using NSError. I am slightly confused about how to use it, and how to populate it. Could someone provide an example on how I populate ...
13
votes
4answers
2k views

GSRegisterPurpleNamedPort SIGABRT in UIApplicationMain Before App Delegate Gets to Run Any Code

We recently put an update out for one of our apps and many users told us that they could no longer run the app because it crashed on startup. We have been able to recreate the crash by building and ...
13
votes
6answers
16k views

Exit application in iOS 4.0

Before iOS4.0 clicking the home button on iPhone exits the application, and Apple had in their guide that programmatically exiting the application was not accepted. now everything changed in iOS4.0, ...
13
votes
14answers
5k views

NSDateFormatter returning nil in OS 4.0

I had the following code working on on OS 3.x NSString *stringDate = @"2010-06-21T20:06:36+00:00"; NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [dateFormatter ...
12
votes
5answers
3k views

Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?

I've tried using these methods in an attempt to detect that the Ring/Silent switch is active or not: How to programmatically sense the iPhone mute switch? AVAudioSession category not working as ...
11
votes
5answers
827 views

iOS video streaming and storing on device afterwards

So far I know how to stream a video and how to download it and afterwards stream it, but here's the tricky bit: streaming it once, storing it on the device and in the future play it from the device. ...
11
votes
21answers
7k views

Xcode iOS organizer submit to app store yields “The archive is invalid” error

I just switched from Xcode 3 to 4. When I attempt to upload an app that I have archived to the organizer, I receive this error: The archive is invalid. /var/folders/.../app.ipa does not exist. ...
11
votes
1answer
3k views

iPhone: How to switch tabs with an animation?

I'm switching tabs programmatically in a tab bar driven application using UITabBarController.selectedIndex. The problem I'm trying to solve is how to animate the transition between the views. ie.. ...
11
votes
2answers
2k views

Create text Stroke for UILabel iphone

I was wondering how can I create text stroke for UILabel in iOS4 ? I need some suggestion . I want something like this : EDITED : UIFont *font = [UIFont fontWithName:@"Arial" size:222]; CGPoint ...
11
votes
3answers
1k views

Simulate Tab Key Press in iOS SDK

When a hardware keyboard is used with iOS, pressing tab or shift-tab automatically navigates to the next or previous logical responder, respectively. Is there a way to do the same programmatically ...
10
votes
4answers
1k views

ShareKit in Xcode 4 - lots of deprecated

I have just loaded the ShareKit files into my project (which worked nicely otherwise), and went to build and run (with no code additions as yet). I received 11 warnings and 37 errors! Is there ...
10
votes
3answers
3k views

Getting displacement from accelerometer data with Core Motion

I am developing an augmented reality application that (at the moment) wants to display a simple cube on top of a surface, and be able to move in space (both rotating and displacing) to look at the ...
10
votes
4answers
14k views

Apple gyroscope sample code

I am planning to develop an gyroscope based project like rotating an opengl texture using gyroscope data, is there any sample code released from apple about gyroscope or any tutorial about integrating ...
10
votes
10answers
3k views

Does iOS 4 make “Real Multitasking” available to 3rd party developers?

Ever since the first beta came out I’ve been trying to find out if “real” multitasking is possible — i.e. can you put a program in the background and have it hang on to a network connection ...
9
votes
4answers
774 views

How to find unused images in an XCode project?

Has anyone a one-line to find unused images in an XCode project? (Assuming all the files are referenced by name in code or the project files - no code generated file names.) These files tend to ...
9
votes
4answers
3k views

How can I generate UML diagrams from Xcode4

I watched a video with xcode 3, that shows a button "Design" that displays a UML diagram, but I can't find how to do it with xcode 4.
9
votes
1answer
128 views

Will creating new Private Keys impact Apps which are already in App Store?

I have lost my private key and I want to create new one for a new app that I will be submitting soon. But I also have an app on App Store. If I change my private key, how will it impact that app? ...
9
votes
2answers
3k views

How to create dSYM file in XCode 4?

Can you please let me know how can I create .dSYM file using XCode 4? Thanks!
9
votes
3answers
2k views

Flurry vs localytics?

what are the advantages and disadvantages in using Flurry or Localytics?
9
votes
2answers
2k views

How to display strings in Xcode debugger?

I always used to be able to see NSString values in the debugger, without problem. Since updating to 3.2.5 all I see is the format string {(char *)Xcode_CFStringSummary($VAR, $ID)}:s I can't see ...
9
votes
6answers
13k views

Bootstrap Server Error in Xcode IPHONE

I get the error below many times and this error makes it impossible to run my application unless I restart the whole Mac. This is not caused due to changes in code. ERROR : Couldn't register ...
9
votes
4answers
10k views

Cancel UILocalNotification

I have a problem with my UILocalNotification. I am scheduling the notification with my method. - (void) sendNewNoteLocalReminder:(NSDate *)date alrt:(NSString *)title{ // some code ... ...
9
votes
3answers
13k views

Compiling for iOS 3.1.3, using xcode 3.2.3 (and iOS 4 that came with it)

I've downloaded the final version (and never installed any beta versions before) of xcode 3.2.3 with sdk 4, and now I can't seem to find a way to compile my app for a 3.1.3 iOS. Does anybody know ...
9
votes
5answers
5k views

Border around UITextView

I want to have a thin gray border around UITextView, I have gone through documentation but couldn't find any property there. Please help.
8
votes
1answer
196 views
+50

how to fill color in white spaces using touch event?

want to fill all white spaces with different color using touch events Right now i able to fill circles picking colors from picker but how to fill the intigrated part with different color...... ...
8
votes
1answer
657 views

Updating table with EGOTableViewPullRefresh

I am using a plist file inorder to fill my table cells , now I added EGOTableViewPullRefresh API to update my cells , but I do not know how can I match my plist url file with this API //this is my ...
8
votes
2answers
2k views

Cant launch iOS app with Instruments on device

App installs, Instruments launch, but drop down in instruments says select target, and the app never launches. Console says 6/14/11 2:36:22 PM Instruments[1951] XRMobileDeviceException while ...
8
votes
3answers
3k views

How to get keyboard with Next, Previous and Done Button?

I want to have a keyboard which has a Next,Previous and Done button on top of it. I have seen that in many apps. Especially where there are forms to be filled. I want to achieve something similar ...
8
votes
4answers
5k views

how to change Xcode Project name

i have developed my app in xcode for iPhone , in start i have just named it without secnec now i want to change my app name i have replace my old app name with new one as i have found the name in my ...
8
votes
1answer
2k views

How to record video of screen like Talking Tom Cat on iPhone?

I want to know if there is any public API in AVFoundation or any other framework which can be used to record screen like Talking Tom Cat does. I looked into AVFoundation and CoreVideo frameworks but ...
8
votes
4answers
3k views

Accurate timing in iOS

I am looking at the 'Metronome' sample code from the iOS SDK (http://developer.apple.com/library/ios/#samplecode/Metronome/Introduction/Intro.html). I am running the metronome at 60 BPM, which means a ...
8
votes
2answers
4k views

iOS 4 Build SDK

I installed the iOS 4 SDK yesterday. I previously had the 3.1.2, 3.1.3 and 3.2 SDKs installed. Since installing the iOS 4 SDK, I only have 3.2 and 4.0 available in Xcode. When I load an Xcode project ...
8
votes
8answers
1k views

Support legacy iPhone users

Now that iPhone SDK 4.0 is available for download, and iOS 4.0 will be available for consumers shortly, does it make sense to start using the new features available in the 4.0 OS? My primary concern ...
7
votes
2answers
280 views

Copy Table of Contents from one PDF to another

You might find it as duplicate of this Question, but I didnt get any solution there. My scenario is like I am creating a PDF from existing PDF with some edits. That all works fine. My question is I ...

1 2 3 4 5 137