简体   繁体   English

调试/运行iOS8 App Today Extension时,Xcode将多个包含应用程序安装到设备上

[英]Xcode installs multiple containing apps onto device when debugging/running iOS8 App Today Extension

I have an iOS project that has several targets. 我有一个具有多个目标的iOS项目。 Each target also has an embedded Today Extension. 每个目标还具有嵌入式的Today Extension。

All my build schemes have been created automatically, and recently refreshed. 我的所有构建方案都是自动创建的,并且最近已刷新。

However, when I try to Debug/Run my Today Extension on the actual device, Xcode deploys multiple apps/extensions to the device, not just the one in the selected Scheme. 但是,当我尝试在实际设备上调试/运行我的Today Extension时,Xcode会向该设备部署多个应用程序/扩展,而不仅仅是所选方案中的一个。

For example, if I select this scheme: 例如,如果我选择此方案:

在此处输入图片说明

...then not only is BusCheckerTodayExtension, and its containing app installed to the device and run, but also BusCheckerUKTodayExtension, BusCheckerWESTTodayExtension and both of their containing apps too. ...不仅是将BusCheckerTodayExtension及其包含的应用程序安装到设备上并运行,而且还包括BusCheckerUKTodayExtension,BusCheckerWESTTodayExtension及其两个包含的应用程序。

Is this a bug to be reported in XCode or is this some obscure build/dependency setting that I've missed? 这是要在XCode中报告的错误,还是我错过了一些晦涩的构建/依赖项设置?

这几乎可以肯定是Xcode中的错误,并且似乎已在较新的版本中修复。

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

相关问题 此扩展程序(iOS8)是否可能? - Is this Today Extension (iOS8) possible? iOS App Today Extension未上传到物理设备 - iOS App Today Extension not uploaded to physical device 从Xcode在设备上运行应用程序时,以前的应用程序安装会如何? - What happens to previous app installs when running an app on a device from Xcode? 编译包含iOS 8 App Extension的Xcode项目时生成错误 - Build error when compiling Xcode project containing iOS 8 App Extension Xcode 6.0.1工具iOS8 - 在设备上进行性能分析时,App无法正常运行 - Xcode 6.0.1 Instruments iOS8 - App not behaving normally when profiling on device MagicalRecord(CoreData)+今日推广(iOS8)......他们会玩吗? - MagicalRecord (CoreData) + Today Extension (iOS8)… Will They Play? iOS8今日扩展程序:检测已删除或添加的今日扩展程序 - iOS8 Today Extension: Detect removed or added today extension iOS - 与多个应用程序目标共享今日扩展? - iOS - Share a Today Extension with multiple app targets? 模拟器未运行Today-View,用于在旧版Xcode项目中调试Today扩展 - Simulator not running Today-View for debugging Today extension in legacy Xcode project iOS Today扩展NSUserDefaults使用回调与包含应用程序共享数据 - iOS Today Extension NSUserDefaults Sharing Data with Containing App using Callbacks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM