0

Yesterday it was working and showing me option for building on Device, iphone simulator and ipad simulator but today it showing only for mac. Please see this image:-enter image description here

edit:-Using Xcode 4.2 for lion how can i get the build option for device and simulator and for ipad back.

Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75

1 Answers1

0

Try this ! /dont know which version of Xcode you are running)

In xCode (with your project open), under SCM, select "Configure SCM For This Project..."

  • Under "General", "Project Format:" select Xcode 3.2 -compatible
  • Under "General", press "Rebuild Code Sense Index"
  • Under "Build", "Architectures", "Base SDK" Select "iOS Device 4.1" (my Iphone was running 4.1, this might look different on your system?)
  • Close the window, and in the upper-left corner, select "Device" and press "Build and Run"..
Haris
  • 915
  • 1
  • 11
  • 28