简体   繁体   English

如何在Apple xcode设备模拟器中安装和启动Home.app?

[英]How do I install and launch the Home.app in the Apple xcode device simulator?

When I start the XCode device simulator for any given device type (using iOS 12.1), I see many of the default Apps shipped with the iOS. 当启动任何给定设备类型的XCode设备模拟器(使用iOS 12.1)时,我会看到iOS附带的许多默认应用程序。 However, I am missing the Home.app for controlling the Apple Home Kit services. 但是,我缺少用于控制Apple Home Kit服务的Home.app。

Searching through the web I find plenty of tutorials how to set up Apple Home Kit or how to install individual apps, but I did not find any hint how to get the original Apple Home.app running inside the device simulator. 在网上搜索时,我发现了很多教程,这些教程如何设置Apple Home Kit或如何安装单个应用程序,但是我没有找到任何提示如何使原始Apple Home.app在设备模拟器中运行。

Can anybody help me out? 有人可以帮我吗?

您不能,Home App依赖于蓝牙,BLE和其他未在iOS仿真器中仿真的技术。

Xcode模拟器不支持蓝牙,这意味着我们需要使用物理ios设备来运行和测试BLE应用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Xcode 4.5上安装iOS 4.3模拟器? - How do I install the iOS 4.3 Simulator on Xcode 4.5? 如何在XCode中安装特定的iPhone模拟器SDK版本? - How do I install a specific iPhone simulator SDK version in XCode? Xcode不会部署或启动Apple Watch模拟器 - Xcode does not deploy or launch Apple Watch simulator 如何在xcode 7模拟器或设备上运行应用程序? - how to run app on xcode 7 simulator or device? 如何获得在Xcode 9模拟器上显示的应用程序图标? - How do I get the app icon to show on Xcode 9 simulator? Xcode:无法在Apple Watch Simulator上安装应用程序(“安装Watch App会超时”) - Xcode: Can't Install App on Apple Watch Simulator (“Will Install Watch App timed out”) Xcode应用程序在模拟器上运行,但不在设备上运行 - Xcode app run on simulator but not on device 应用程序在模拟器上构建而不在设备上:XCode - App Building on Simulator not on Device: XCode 如何在没有Apple开发人员帐户的设备上运行应用程序 - How do I run an app on a device without an Apple developer account 为什么我无法启动模拟器? 错误:“无法找到com.apple.platform.iphonesimulator的模拟器” - why do i can't launch the simulator? error:“Could not find simulator for com.apple.platform.iphonesimulator”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM