我可以在Xcode 7上调试ios7上的app吗?

时间:2021-12-15 23:50:51

Can I debug my app on iOS 7 from Xcode 7?

我可以在Xcode 7上调试ios7上的app吗?

From what I can tell Xcode 7 just ignores any plugged in devices with iOS 7 installed. Is this just a fluke or is this a permanent change to Xcode?

据我所知,Xcode 7忽略了任何安装了iOS 7的插入设备。这是侥幸还是对Xcode的永久改变?

(Using: Xcode 7 beta 6, iPhone 4S iOS 7.1)

(使用:Xcode 7 beta 6, iPhone 4S iOS 7.1)

2 个解决方案

#1


11  

The BAD news is that you can't test your app on iOS 7 simulators. At least not with Xcode 7.3.1. If you are using previous Xcode beta then you should check this answer.

坏消息是你不能在iOS 7模拟器上测试你的应用。至少在Xcode 7.3.1中没有。如果您正在使用以前的Xcode beta版本,那么您应该检查这个答案。

The GOOD news is that you can test it on real device running iOS 7. I tested mine with Xcode 7.3.1 on iPhone 4 running iOS 7.1.2.

好消息是,你可以在运行iOS 7的真实设备上进行测试。我用Xcode 7.3.1在iphone4运行iOS 7.1.2上测试了我的代码。

UPDATE: The only way I have found so far to test your app on iOS 7 simulators is by installing OS X 10.10 Yosemite and using Xcode 6 (tested with OS X 10.10.5 and Xcode 6.4) side by side with Xcode 7.

更新:到目前为止,我发现在iOS 7模拟器上测试应用程序的唯一方法是安装OS X 10.10 Yosemite,并使用Xcode 6(与OS X 10.10.5和Xcode 6.4一起测试)和Xcode 7。

UPDATE: Xcode version updated to 7.3.1.

更新:Xcode版本更新为7.3.1。

#2


0  

The Xcode 7 beta does not support iOS 7.

Xcode 7测试版不支持iOS 7。

It's not necessarily a permanent change, but the general way that the beta works.

这并不一定是永久的改变,而是beta工作的一般方式。

Once Xcode 7 is released, the earlier runtimes may be supported, and you will be able to test on devices that are running older releases.

一旦Xcode 7发布,可能会支持更早的运行时,您将能够在运行旧版本的设备上进行测试。

#1


11  

The BAD news is that you can't test your app on iOS 7 simulators. At least not with Xcode 7.3.1. If you are using previous Xcode beta then you should check this answer.

坏消息是你不能在iOS 7模拟器上测试你的应用。至少在Xcode 7.3.1中没有。如果您正在使用以前的Xcode beta版本,那么您应该检查这个答案。

The GOOD news is that you can test it on real device running iOS 7. I tested mine with Xcode 7.3.1 on iPhone 4 running iOS 7.1.2.

好消息是,你可以在运行iOS 7的真实设备上进行测试。我用Xcode 7.3.1在iphone4运行iOS 7.1.2上测试了我的代码。

UPDATE: The only way I have found so far to test your app on iOS 7 simulators is by installing OS X 10.10 Yosemite and using Xcode 6 (tested with OS X 10.10.5 and Xcode 6.4) side by side with Xcode 7.

更新:到目前为止,我发现在iOS 7模拟器上测试应用程序的唯一方法是安装OS X 10.10 Yosemite,并使用Xcode 6(与OS X 10.10.5和Xcode 6.4一起测试)和Xcode 7。

UPDATE: Xcode version updated to 7.3.1.

更新:Xcode版本更新为7.3.1。

#2


0  

The Xcode 7 beta does not support iOS 7.

Xcode 7测试版不支持iOS 7。

It's not necessarily a permanent change, but the general way that the beta works.

这并不一定是永久的改变,而是beta工作的一般方式。

Once Xcode 7 is released, the earlier runtimes may be supported, and you will be able to test on devices that are running older releases.

一旦Xcode 7发布,可能会支持更早的运行时,您将能够在运行旧版本的设备上进行测试。