Xcode项目文件丢失 - 但仍在项目中定义

时间:2023-01-13 20:18:56

I have an Xcode project where I imported an outside framework (Theo) to bridge Swift into a Neo4j server.

我有一个Xcode项目,我导入了一个外部框架(Theo),将Swift连接到一个Neo4j服务器。

My code still works, but the files related to the framework no longer shows up in my project manager. I even wrote some custom code into one of the framework models, which I am able to access in my other code areas even though I can no longer find that original code.

我的代码仍然有效,但与框架相关的文件不再出现在我的项目经理中。我甚至在其中一个框架模型中编写了一些自定义代码,即使我无法再找到原始代码,我也可以访问其他代码区域。

I checked to make sure I hadn't filtered out sections in the project manager, which I haven't.

我检查过以确保我没有过滤掉项目经理中的部分,我没有。

In my visible code, if I use code from the framework model, I can "search definition" and it jumps me to a definition page with info from that framework, but I still cannot access the entire code.

在我的可见代码中,如果我使用框架模型中的代码,我可以“搜索定义”,它会跳转到包含该框架信息的定义页面,但我仍然无法访问整个代码。

Any thoughts? I need help!

有什么想法吗?我需要帮助!

Thanks!

1 个解决方案

#1


0  

Theo has just been updated to version 3.0, and now includes instructions on how to integrate it in your project either as a git submodule, CococaPod, with Carthage, or through the Swift Package Manager. Check it out. Personally, I really like CocoaPods for iOS projects.

Theo刚刚更新到3.0版,现在包含如何将它作为git子模块,CococaPod,Carthage或Swift Package Manager集成到项目中的说明。看看这个。就个人而言,我真的很喜欢CocoaPods的iOS项目。

#1


0  

Theo has just been updated to version 3.0, and now includes instructions on how to integrate it in your project either as a git submodule, CococaPod, with Carthage, or through the Swift Package Manager. Check it out. Personally, I really like CocoaPods for iOS projects.

Theo刚刚更新到3.0版,现在包含如何将它作为git子模块,CococaPod,Carthage或Swift Package Manager集成到项目中的说明。看看这个。就个人而言,我真的很喜欢CocoaPods的iOS项目。