Tagged Questions

Introduced concurrently with the iPad 2, iOS 4.3 is a minor update to Apple's iOS mobile operating system for iPod Touch, iPhone, and iPad devices. 4.3 is an incremental update that includes Mobile Safari performance improvements, content streaming from iTunes to an iOS device, AirPlay enhancements, ...

learn more… | top users | synonyms

11
votes
5answers
3k views

LLVM ERROR: Cannot yet select: error

Hello i am getting the following error when I am running my app in the simulator. LLVM ERROR: Cannot yet select: ... It seems that other have reported similar issues for the same combo: * New sandy ...
8
votes
3answers
679 views

Conditionally linking for @autoreleasepool

When I try to run my application in the iOS 4.3 simulator (Xcode 4.2), I crash when I hit @autoreleasepool{}, with: dyld: lazy symbol binding failed: Symbol not found: _objc_autoreleasePoolPush I ...
8
votes
2answers
8k views

XCODE Base SDK Missing

I have a application built on IOS 4.1 but recently I have upgraded my XCODE to 3.2.6 which supports IOS 4.3. How can I run this application in this XCODE. All I am seeing is the "Base SDK Missing" ...
6
votes
5answers
2k views

IOS 4.3 UINavigationBar tintColor Leaks

In IOS4.3 if I set navigationBar.tintColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:1]; I will get a memory leak: UIDeviceRGBColor leak But if I use navigationBar.tintColor = [UIColor ...
5
votes
2answers
366 views

Issues with iOS 4.2 (working on 4.1, 4.3 and 4.2.1)

I have an app that is working fine on my physical device running 4.2.1 iOS. On the emulator it works fine in 4.1 and 4.3.. however if I try to run the app on the 4.2 emulator, some interface elements ...
5
votes
2answers
4k views

Disabling user selection in UIWebView

I have an app where I load content to a UIWebView and present this. I cannot disable user interaction completely because I want the user to be able to click links. I just need to disable user ...
5
votes
5answers
731 views

cameraOverlayView problem on iOS 4.3

I'm using an picker Controller with a cameraOverlayView to display an image of a product in the camera view. The product image is resized before applying on the overlay. It works fine on iOS 4.2 but ...
5
votes
1answer
741 views

Can I remove previous versions of iphone support in DeviceSupport folder in Xcode 4?

In my quest to find out why Xcode is so big, i found out that a lot of the space is taken up by the subfolders to the Developer>Platforms>iPhoneOS.platform>DeviceSupport folder.. Since I am ...
4
votes
1answer
865 views

iOS 4.3 UIWebView -webkit-user-select:none; Problem

I've been developing an iPad application that uses UIWebView to display some text and image data which is working great. However, I'm trying to stop the user selection that occurs when the user hold ...
3
votes
0answers
273 views

iPad safari modalpopup issue

I am developing web application which is compatible to iPad. earlier i was doing testing on iOS version 3.2 so all modal dialog pop returning value fine to parent window, after upgrading my iOS 4.3 ...
3
votes
1answer
447 views

disappearing navigationbar color in iOS 4.3

I'm setting the tintColor of a navigation bar with this command: [self.navigationController.navigationBar setTintColor:[UIColor colorWithRed:0.35 green:0.09 blue:0.2 alpha:1.0]]; but in iOS 4.3 ...
3
votes
3answers
1k views

xcode4 parameter of incompatible type

A project that runs fine on Xcode3, fails to compile on Xcode4 with this error: file://localhost/users/Ishaq/Projects/game01/libs/cocos2d/CCLayer.m: error: Semantic Issue: Sending 'ccColor4B' (aka ...
3
votes
2answers
2k views

how to set compatibility of IOS on app

I just submitted my app for distribution, when it showed the following message: "The binary uploaded for the latest version of this app indicates that iOS 4.3 or later is required. Apps that require ...
3
votes
1answer
551 views

Xcode 3.2.6 with ios 4.3, problem with active executable

when i run the XCODE with ios 4.3 the default simulator is set to ipad ....I changed active executable setting to iphone simulator .. but stil its not working ..Whenever i open the XCODE again its ...
3
votes
1answer
1k views

iOS 4.3 changed transformation on UIImagePickerController's camera overlay view

After testing my App on iOS 4.3 I noticed that the camera overlay of my UIImagePickerController has an added transformation that stretched the content extremely. Pre iOS 4.3 everything shows up ...
3
votes
2answers
4k views

Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1

I am getting following error when I am running my application on iPod touch (version 4.2.1). My app crashes after a point: Unable to read symbols for ...
2
votes
1answer
52 views

Navigation bar issue iphone 4.3

I am now developing an app which support both iOS 4.3 and 5.0. My code works fine with 5.0, but results in a tricky-bug in 4.3. Issue is: I've got a view with a tableView in it. This view have a ...
2
votes
1answer
53 views

Search and FInd a word/Letter in a WebView

I have a Webview in which i display the html pages,there i have placed a search bar, Now I have to find a letter or a particular word that i type in the search bar, those letters or word should be ...
2
votes
1answer
148 views

Spacing between TableView Section increases in iOS 5

I have an iPad app which is for both iOS 4 and iOS 5. The problem is that the space between sections of grouped tableview is more in iOS 5 as compared to iOS 4. The same table looks different ...
2
votes
0answers
306 views

Can't push a view from a modal view in iOS5

I have a Navigation Controller based app. From my Root VC, I have one view that I present modally like this: [self.navigationController presentModalViewController:shortcutsViewController ...
2
votes
1answer
581 views

Cannot build source code in Xcode 4.1 with iOS 4.3.5 device

I have been developing in Xcode 4.1 with iphone of iOS 4.3.5. It was fine without a version mismatch problem. Today, I connected another iphone which has the same version of iOS (4.3.5) and I could ...
2
votes
3answers
673 views

4.3 app won't work on 3G iPhone running iOS 4.2.1?

I'm fairly new to this so please go easy on me if this is a dumb question. I set the base SDK to 4.3 and deployment target to 4.0 so in theory, it should run on everything in-between. The app works ...
2
votes
0answers
66 views

How show an full screen image in a seperate viewcontrller from a small image in webviewer (like facebook)?

HI stackoverflow friends I have an web app in iphone ,in which a lots of small images are loaded from webserver in a webview ,when I click on the image the image opens in a new viewcontroller with a ...
2
votes
1answer
234 views

Are offline HTML5 apps possible in iOS 4.3.4?

I'm trying my hand at building an HTML5 driven offline app for my iPad 2 which has iOS 4.3.4. I followed instructions I've seen on several websites to a tee, and was even able to verify using Chrome's ...
2
votes
3answers
967 views

Display flaw with HTML input type number on iPhone iOS/Safari

I want to use HTML input type="number" on a mobile application, in order to indicate to the smarter mobile phones (Android, iPhone and some others), that the numeric keyboard is more interesting for ...
2
votes
0answers
144 views

EAGLView with CGAffineTransform problem on iOS 4.3

I have a weird problem with OpenGL on iOS 4.3. I have a ViewController with some views and images in the foreground. In the background I have an EAGLView drawn from a CGImage. When I try to pinch, ...
2
votes
1answer
459 views

UIView display order issue?

The problem When drawing a custom movie player controller on-screen (iOS 4), I use an AVPlayerLayer to display. I wish to composite some overlays on top of the player (ad banners, player controls, ...
2
votes
2answers
726 views

What is the equivalent of Project->Rename in Xcode 4

Xcode 3 had the easy to use Project-> Rename in case I wanted to change the name of my app being developed. I don't see the option in Xcode 4 anymore. Whats the best way to rename your app without ...
2
votes
1answer
1k views

UIActionSheet on iPad is not showing Cancel Button

I am working on iPad Application, SDK iOS 4.3 I am trying to show Cancel Button in the UIActionSheet but it's not showing, here is my code: UIActionSheet *actionSheet = [[UIActionSheet alloc] ...
2
votes
0answers
239 views

Immediate crash on device using SCNetworkReachabilityGetFlags with iOS app

I am using SCNetworkReachabilityCreateWithName & SCNetworkReachabilityGetFlags to test for network availability in my iOS device. When I run the app in the Simulator, or run it on the device, but ...
2
votes
1answer
352 views

sqlite on iOS 4.3.x much slower than 4.2.1

Why is sqlite on iOS 4.3.x much slower than 4.2.1. The same sqlite query (select query with 3 joins) gives the results much faster on 4.2.1 than 4.3.x. Is there any particular reason for the same? Or ...
2
votes
2answers
657 views

UIScreen mirroredScreen property always returns nil

I want to present unique content on the external connected display if mirroring is not supported by the device (original iPad) but want to use screen mirroring if it's iPad 2. Now when I try to code ...
2
votes
2answers
282 views

iPad 2 determine device color

I have tried looking around in the documentation and have been unsuccessful. I am wanting to know if there is a way to determine the iPad 2 color. The application I'm working on, I'd like to change ...
2
votes
2answers
752 views

iOS 4.3 causes black screen (4.0-4.2 was fine) - MPMoviePlayerController at fault?

I've made a game that uses cocos2d to display graphics, and uses a lot of MPMoviePlayerController to display cutscenes. The problem is - the game stopped working on iOS 4.3. It was fine up until iOS ...
2
votes
3answers
7k views

Undefined symbols for architecture armv6, Updating to iOS 4.3

I am patching upp an application from iOS 4.2 to 4.3 using new xcode4. With no changes made, except setting iOS to 4.3, I created entitlements and go! Message I get is: Undefined symbols for ...
2
votes
0answers
213 views

How to catch the event the button “DONE” was pressed in a webplayer under iOS 4.3?

Apple has changed the behavior of the movie player under WebView in iOS 4.3. When I touch "DONE" button during the playing, it just zooms out and stays on the page. Previosly under iOS<=4.2 the ...
2
votes
2answers
2k views

Gesture recognizer stopped working in iOS 4.3

My gesture recognition code worked fine in iOS 4.2 but in iOS 4.3 it does not work. I can't find any documented changes in gesture recognizers from iOS 4.2 to 4.3 but I have confirmed both on an iPad ...
2
votes
2answers
1k views

iOS 4.3 and CMYK JPG images

I updated my iPad yesterday from iOS 4.2.1 to iOS 4.3. An application I am working on uses a bunch of JPG images that were exported from Photoshop as CMYK JPG images. In 4.2.1, the images displayed ...
2
votes
2answers
1k views

Can I use AirPlay in iOS 4.3 to send still images to an Apple TV

I am aware that iOS 4.3 has a new API that lets developers send video from their Apps to an AppleTV. Is there any public API that allows developers to stream still images (Jpegs) instead of video to ...
1
vote
1answer
78 views

animateWithDuration:delay:options:animations:completion: blocking UI when used with UIViewAnimationOptionRepeat | UIViewAnimationOptionAutoreverse

I'm running a function to pulse a play icon: - (void)pulsePlayIcon { if ([self isPlaying]) { return; } [[self videoView] playIcon].hidden = NO; [[self videoView] ...
1
vote
1answer
58 views

uiprogressview ProgressTintColor in iOS 4.3

I am trying to color a progress bar but mantaining compability with iOS 4.3. ProgresTintColor was introduced in iOS5. Any ideas?
1
vote
0answers
12 views

How to use ABAddressBook

I am trying to get all contacts from contacts book and then use them after processing according to the requirement . I am collecting the name and numbers of all contacts using ..... NSString ...
1
vote
2answers
29 views

Memory management in iOS - I can't find out how to release memory

Hello I am using iOS4 and I have some memory management problems that I don't understand. I will try to simplify the code. - (void)viewDidLoad { NSMutableArray* buttonArray = [[NSMutableArray ...
1
vote
1answer
119 views

iOS5 and XCode4 Error - Terminating app due to uncaught exception 'NSUnknownKeyException'

I have recently updated Xcode to use the iOS5 SDK. Since updating my app is crash in at the launch screen. Previously the app ran on both 4.3 and the iPhone(prior to iOS5). The error points to:int ...
1
vote
2answers
213 views

Updated to Xcode 4.2 and can´t run projects in 4.3 simulator

I ´ve just updated to Xcode 4.2 with iOS 5 and my older projects run OK on iPhone iOS 5 simulator , but I can´t run it on iOS 4.3 simulator or in my iPhone 3G 4.2.1. The application crash. What can I ...
1
vote
1answer
55 views

how to recognize a rub gesture on UITableView?

I m working with iOS 4 and working with UIGestureRecognizer . my question is how can you create / detect a rub gesture on a table view cell . By rub gesture i mean how can i detect a right followed ...
1
vote
1answer
110 views

How to display iphone version,IOS version,name of the the Network Provider in my app?

Im developing an iPhone app, in its about page I want to display iphone version,IOS version,name of the the Network Provider. which i want fetch it from the phone itself. How to do that Please Help. ...
1
vote
1answer
1k views

Displaying a google map on iPhone simulator - Phonegap

I am running Mac OSX Lion and Xcode 4.1.1. I created a new Phonegap project and in the index.html, I added the following code. <!DOCTYPE html> <html> <head> <meta ...
1
vote
1answer
122 views

how to set MaxDate and MinDate to DatePicker returned from webservice on ios

I have a an XML response which returns the below data as response Start Day of the Week-Wednesday End Day of the Week-Sunday Start time -16:00 End time -19:00 Now I know how to parse these values ...
1
vote
3answers
170 views

Xcode: How would I do a one-off UIAlertView?

I have an app that I want to bring up an alert view to ask them if they can review the app? Any help appreciated!

1 2 3 4 5