haxpor / Potatso

Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework. ***This project is unmaintained, try taking a look at this fork https://github.com/shadowcoel/shadowcoel instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode 10 build error

BestKai opened this issue · comments

commented

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 还是不行!

same issue, waiting for reply

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 这样错误会少一些

commented

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 这样错误会少一些

好的,我试试

试了,还是不行。

commented

试了,还是不行。

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