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.
在我的 swift 项目中,我不小心从项目的“构建设置”部分中删除了对桥接头的引用。现在,Xcode 找不到该文件(即使我在项目导航器中看到它)。我能做些什么来解决这个问题?提前致谢!
进入你的目标的构建设置,然后搜索bridge,你应该会看到一个选项,上面写着Objective-C Bridging Header,在那里添加你的文件的路径。
bridge
Objective-C Bridging Header
这就是我的样子,如果你不知道如何指向它,
APP/APP-Bridging-Header.h