1

I have an iPhone 4S with iOS 7 installed. I need to use Xcode 4.6.3 for building with the iOS 6 SDK. When I try profiling the app just hangs in the launch screen. Is it possible to profile an iOS 7 device with Xcode 4.6.3?

SeruK
  • 987
  • 1
  • 8
  • 14

1 Answers1

0

I was getting same problem, but this problem was solved as I updated to Xcode 5 So I think you need Xcode 5. EDIT: and to traget iOS6 you can set the deployment to iOS6 in project configuration

Eklavyaa
  • 370
  • 5
  • 17
  • Deployment Target is not the same as Base SDK. When building with Xcode 5 f.ex. I can't build with any other Base SDK than 7. – SeruK Dec 23 '13 at 13:40