media.selectPhoto on iOS7 shows photo picker from iOS6 + status bar BUG

Hi @playthisstudios.

I didn’t have that problem, but whammy solved removing some flags from the build.settings. Try to clean your build.settings as most as possible.

Thanks  @Renato - RBG,

Finally tracked it down - I had the older iOS6.1 SDK installed as well as iOS7 SDK, and Xcode was using the 6.1 version. Reinstalled Xcode and it is now working as expected. On iOS 7 it uses the new picker interface and the status bar doesn’t appear, and on iOS6, it uses the older style photo picker interface (and the status bar also stays hidden). Funny thing for me is in my build.settings, I still have the UIStatusBarHidden = true set. Anyway, thanks for your help!

@playthisstudios, that’s good to know you tracked down the problem! I also have two Xcodes installed, so probably that was causing my issue as well. In my case cleaning the build.settings without Xcode reinstalling has helped, but I guess it’s better if I clean it up as well, since I’m still using Developer Preview Xcode5 version :slight_smile: