下载了Xcode6,但我没有任何归档选项。

发布于 2015-10-31 09:29:59
单击项目名称(位于Run按钮的右侧)。将出现三个选项。
Edit scheme
New scheme
Manage scheme
You can click on "New scheme" and then click on "OK" in popup window.你会有模拟器列表回来。
第二个选项
Open Xcode
Go to the menu Xcode > Open Developer Tool > iOS Simulator
Even if an error dialog shows up, you still would have access to the iOS Simulator's menu
Select Hardware > Device > Manage Devices
Add (if missing) all the devices that you want, or delete and recreate the ones malfunctioning.(您可以在~/Library/Developer/CoreSimulator/ devices查看设备)。
https://stackoverflow.com/questions/33447097
复制相似问题