Support Open Radar and watch some of the best iOS talks of 2013. Join Renaissance IO.

Recent Comments

Open Radar 13949076: SLComposeViewController should optionally provide a UI for taking photos

Facebook bug report

I asked Facebook for the same thing in their Share dialog (new in Facebook iOS SDK 3.5):

https://developers.facebook.com/bugs/533328333393926

Open Radar 7092640: Keychain Access exported .pem certificates cannot be re-imported

thank you for this workaround

I have to develop the same app in two different places regularly, and the cert import (by keychain) just doesn't work. thank you to this workaround method. it is 2013 May 21st and this is still in-need and useful.

By kitthaman at 2013-05-21 02:41:42.049369

Open Radar 12384591: Xcode fails to run app in Simulator

Closed as a duplicate of bug ID# 12488071 on May 18 2013

By tim.duckett at 2013-05-20 08:26:14.747056

Open Radar 13492061: iTunes 11.0.2: Can't detect AirPlay device any more

Fixed!

This was fixed in iTunes 11.0.3 in a much nicer way than I expected. Then again, when you look at the bug number this was duped against…

http://www.macstories.net/news/itunes-11-0-3-supports-airplay-speaker-control-via-applescript/

Open Radar 13897215: Xcode damages nested executables during Mac App Store submission process

More Workarounds

I just appended the following to the original bug.

--

UPDATE:

People have pointed out alternative workarounds in response to this bug, as posted on OpenRadar. One of these even seems to be officially sanctioned by DTS, but as far as I can tell, that doesn't make it less of a workaround for a genuine bug:

  • https://gist.github.com/pkamb/5585751
  • https://gist.github.com/karstenBriksoft/5308470

I hope this will help with locating the problem!

By peter.maurer at 2013-05-16 06:23:31.669740

Open Radar 13862664: iOS SDK UIPopoverController with ARC pre-emptively deallocs.

If you call the same code in MRC

... this will simply be a leak. It's an unfortunate design decision on Apple's part (even though they have clearly thought about it and also a private property to retain self while being visible, see https://twitter.com/steipete/status/333629160708788225).

use a property like the rest of us :)

Open Radar 13865673: Very slow authentication, high CPU with opendirectoryd

Apple responded having checked with engineering saying that this is expected behavior. They explained LocalDB uses very strong hashing functions and the delay is expected and, in fact, purposeful.

By jesse.c.peterson at 2013-05-15 03:18:27.495508

Open Radar 13828201: Core Data throws/catches exceptions internally during normal use.

This is normal behavior. When CoreData hits a merge conflict it raises an exception, then attempts to handle it using whatever merge policy the developer has set.

Open Radar 262459255: after the re-enabling routine for Apple's Java SE 6 Internet plug-in, the plug-in is reportedly missing

Please fix the radar number!

This radar is staying on top here since months because of the wrong radar number!

By futuretap at 2013-05-09 16:26:14.654038

Open Radar 13828021: MKMapView very sluggish on iPhone 4 running iOS 6

Noticeable in all MapKit apps

Also Apple apps such as "Find my Friends" or "Find my iPhone" which seem to use MapKit suffer from the same performance problem.

Here's my radar on that topic: http://openradar.appspot.com/12088966

By futuretap at 2013-05-09 14:43:53.530272

Open Radar 13811553: MacBook Air replaying buffered sounds on wake or when headphones get plugged in

Have that all the time…

… on my 2011 17" MBP. Especially when plugging out the headphone jack. Mostly I notice there are no sounds when chatting in iChat/Messages. Then I plug out the headphone jack and sometimes all those buffered alert sounds are played. Filed a dupe: rdar://13848798

By futuretap at 2013-05-09 14:39:04.704814

Open Radar 13775441: __builtin_expect() not recognized within an OpenMP section

Email from devbugs@apple.com

[Excerpted from a longer but no more informative email.]

Thanks very much for your feedback.

Engineering has determined that there are no plans to address this issue.

If you have questions regarding the resolution of this issue, please update your bug report with that information.

We are now closing this bug report.

Please be sure to regularly check new Apple releases for any updates that might affect this issue.

Please provide information and comments via the Apple Bug Reporter at http://bugreport.apple.com. Bug reports requiring your attention will appear under ‘My Originated Problems’.

Thank you for your assistance in helping us discover and isolate bugs within our products.

Best Regards,

Apple Developer Support

By arthur.j.odwyer at 2013-05-08 17:53:18.374663

Open Radar 13827044: Xcode 4.6.2: unicode not supported in project file

Correction of typo

The tool "plutil -lint" is used to check the file, not -line as originally stated

By wangjammer5 at 2013-05-07 15:46:29.405129

Open Radar 13438788: table view state not restored when embedded in navigation controller

UICollectionView - no workaround

Keith have you got any insight about collection view? I have both a table view and a collection view in my view controller, toggling their appearance with a bar button item, showing the same data.

Trying to call -reloadData on the collection view and table view doesn't affect the collection view. Is there any possibility to followup with the apple engineers about this for a suggested workaround?

By phillips1988 at 2013-05-05 20:24:38.434357

Open Radar 13757733: UIAppearance -appearanceWhenContainedIn: with MFMailComposeViewController bug

Yes Saniul, I remember reading about these remote view controllers a while ago. It's interesting to see that on iOS devices with 3.5" screens running iOS 6.x, the mail compose controller does initially use the settings you defined in -appearanceWhenContainedIn:, but only the first time. Other tries fail.

This is very interesting, proving it can be done, but there is obviously a bug. So, we can probably expect this fixed in iOS 7.

By phillips1988 at 2013-05-02 16:08:36.707769