gpt4 book ai didi

iOS 项目无法编译,因为它找不到 pch 文件,因为我不得不重命名文件夹

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:26:32 28 4
gpt4 key购买 nike

我是 iOS 开发的新手,我正在使用这个人的 oauth 实现: https://github.com/Christian-Hansen/simple-oauth1 ,所以为了简单起见,我根据他的项目文件构建了一个项目。过了一会儿我意识到我不喜欢文件夹结构,所以我通过重命名一些文件夹来改变它。我不得不替换一堆红色的文件。现在我在尝试编译时遇到了这些错误:

- Check dependencies: 
Warning: The Copy Bundle Resources build phase contains this target's info.plist file '/Users/Manuel/Desktop/MyApp/MyApp/MyApp-info.plist'

- Precompile MyApp-Prefix.pch ...in /Users/Manuel/Desktop/MyApp/Simple-OAuth1
... a bunch of ProcessPCH stuff here that I can't decipher

clang: error: no such file or directory: '/Users/Manuel/Desktop/MyApp/Simple-OAuth1/MyApp-Prefix.pch
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

我已将文件夹名称从 Simple-OAuth1 更改为 MyApp。我替换了前缀文件,所以它不再是红色了。我需要更改某些设置才能使其正常工作吗?我还尝试清理项目。

最佳答案

  1. 转到 Target 中的“Build Phases”并从“Copy Bundle Resources”中删除 .plist 文件

  2. 转到 Target 中的“BuildSettings”并在那里搜索“Prefix Header”,您应该检查路径是否与新的/当前的 .pch 文件相同

关于iOS 项目无法编译,因为它找不到 pch 文件,因为我不得不重命名文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28805392/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com