Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Location services are not functional in iOS 4.3 simulator running on Mac OS 10.7 with Xcode 4.2

I have built an iOS app that leverages Core Location Framework. I have Xcode 4.2 installed and Lion and now Location services are not functional.

Anyone know if there is a patch or workaround for this? I basically stuck and can't test my app on the simulator.

like image 639
jason Avatar asked Nov 14 '22 18:11

jason


1 Answers

The updated location services in the iOS Simulator are not available to the general public as of yet. If you have access to the iOS Developer Program, you can download the latest beta of XCode, 4.2, and test that way.

As a warning, the beta is just that, a beta. You may end up with more testing issues that are completely unrelated to your location services.

Best case scenario is 2 machines, one for each. That isn't always feasible, so you'll have to decide which is more important. Good luck.

like image 181
Bill Burgess Avatar answered May 31 '23 07:05

Bill Burgess