在 macOS Catalina 上使用 Xcode 11 运行 Canvas 时出现问题

Issue when using Xcode 11 running Canvas on macOS Catalina

我安装了 Catalina macOS 版本 (10.15),但仍然没有显示 canvas。

我从 Xcode 得到的错误信息是

Select a scheme that builds a target which contains the current file, or add this file to a target that is built by the current scheme

将您的新文件作为构建阶段的一部分添加到已编译的包中? 不仅需要为文件设置目标,而且还必须包含在编译的包中..

项目 -> 目标 -> 构建阶段 -> 搜索您正在尝试处理的文件

我填了雷达FB6123260请也填。对我来说,重置 nvram 有效并删除派生数据。

Resetting Nvram

正在删除派生数据:

rm -rf ~/Library/Developer/Xcode/DerivedData