英文:
PCH was compiled with module cache path Issue
问题
我的项目在我将其移到“文档”文件夹之前运行得非常完美。
之后,它显示了以下信息:
显示最近的消息
PCH是使用模块缓存路径编译的 '/Users/dr195/Desktop/audiofitness/DerivedData/ModuleCache.noindex/13I86ZOMWRD8V',但当前路径是'/Users/dr195/Documents/Shubham Saini Current/audiofitness/DerivedData/ModuleCache.noindex/13I86ZOMWRD8V'
无法构建模块 'Darwin'
无法构建模块 'Core Foundation'
我尝试删除Xcode设置中的派生数据文件夹,但问题仍然存在,没有任何变化。
请问有人能告诉我如何解决这个问题吗?
英文:
My project is running perfectly before i just relocate my project in Document folder.
After that it shows me
Showing Recent Messages
PCH was compiled with module cache path '/Users/dr195/Desktop/audiofitness/DerivedData/ModuleCache.noindex/13I86ZOMWRD8V', but the path is currently '/Users/dr195/Documents/Shubham Saini Current/audiofitness/DerivedData/ModuleCache.noindex/13I86ZOMWRD8V'
Could not build module 'Darwin'
Could not build module 'Core Foundation'
I have tried by deleting derive data folder from the xcode setting. But issue is same nothing changes.
Anyone Please let me know how to get rid from this problem
答案1
得分: 1
退出Xcode并打开终端,然后导航到您的项目目录,然后编写一段代码以删除项目中的模块缓存,然后打开您的项目并进行清理和构建。
英文:
do one thing quit Xcode and open terminal after that navigate to your project directory and then write an code to remove the module cache in your project and the open your project and clean it and build.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论