问题描述
当我使用Xcode 8的Messages Application模板创建一个新项目并尝试在iOS模拟器上运行它时,我收到以下错误:
When I create a new project using the "Messages Application" template of Xcode 8 and try to run it on iOS simulator, I get the following error:
详细信息
Details
Objective-C
和 Swift 项目。
我还没有找到此消息的任何搜索结果,因此任何提示都会有所帮助。我会在进展时更新问题。
I don't find any search result for this message yet, so any hint will be helpful. I will update the question as I progress.
Xcode 8 beta版本出现此错误。
This error occurred with Xcode 8 beta versions.
推荐答案
您可能想检查您的方案。应在启动时询问可执行文件(您要选择消息应用程序)。
编辑方案 - >信息 - >可执行 - >启动时询问(而不是MyApp.app)
You may want to check your scheme. The executable should be asked on launch (You want to select Messages app).Edit Scheme -> Info -> Executable -> Ask on launch (rather than MyApp.app)
这篇关于Xcode 8消息模板应用程序:iOS模拟器上的错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!