作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用预定义的 Xcode 模板创建了一个 iMessage 应用程序扩展。我现在想为该扩展添加一个“普通”应用程序。我应该如何进行?我只是尝试添加 Storyboard 和新方案,但失败并出现以下错误:
The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application "mybundleid" is unknown to FrontBoard").
最佳答案
将 Single View Application 类型的新目标添加到您的项目中:
然后选择您要在新应用程序中使用的所有源文件(.swift、.storyboard)并在“Target Membership”中勾选新目标:
更新:
在评论中进一步讨论后,我了解您想要:
关于ios - 如何将普通应用添加到 iOS 中的现有扩展?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40584679/
我是一名优秀的程序员,十分优秀!