Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

xcode 10 build error #113

Open
BestKai opened this issue Oct 15, 2018 · 5 comments
Open

xcode 10 build error #113

BestKai opened this issue Oct 15, 2018 · 5 comments

Comments

@BestKai
Copy link

BestKai commented Oct 15, 2018

image

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
试过重新pod install 还是不行!

@VinsonCai
Copy link

same issue, waiting for reply

@LongMiao
Copy link

Build Settings 上点击 + 号 Add User Defined Settings,添加两个自定义变量
PODS_PODFILE_DIR_PATH -> ${SRCROOT}/.
PODS_ROOT -> ${SRCROOT}/Pods
看看能不能解决问题。不过建议把 build 环境更换到和作者一样的,xcode Version 9.4 (9F1027a)
pod version 1.6.0.beta.1 这样错误会少一些

@BestKai
Copy link
Author

BestKai commented Oct 31, 2018

Build Settings 上点击 + 号 Add User Defined Settings,添加两个自定义变量
PODS_PODFILE_DIR_PATH -> ${SRCROOT}/.
PODS_ROOT -> ${SRCROOT}/Pods
看看能不能解决问题。不过建议把 build 环境更换到和作者一样的,xcode Version 9.4 (9F1027a)
pod version 1.6.0.beta.1 这样错误会少一些

好的,我试试

@VinsonCai
Copy link

试了,还是不行。

@onezens
Copy link

onezens commented Nov 14, 2018

试了,还是不行。

在对应报错的target的Build Setting添加就好了,我是PacketProcessor这个framework添加的

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants