Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为主应用程序和扩展程序创建了新方案。 当我在设备上运行主应用程序时,它按预期工作。但是当我运行键盘扩展程序时,它会运行但它不在调试中,如果我之前删除了该应用程序,那么它将不会被安装。谁能解释发生了什么?
解决方案是将主应用目标添加到键盘扩展方案的构建阶段。当它们一起构建时,一切都按预期工作。