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

Catch error ld: framework not found YAML #33

Closed
bi7jta opened this issue Jul 6, 2017 · 1 comment
Closed

Catch error ld: framework not found YAML #33

bi7jta opened this issue Jul 6, 2017 · 1 comment

Comments

@bi7jta
Copy link

bi7jta commented Jul 6, 2017

编译遇到的问题:
Showing All Errors Only
ld: framework not found YAML
解决:carthage update to pull down dependencies into Carthage/Checkouts folder and build each one
cp -r /private/tmp/YAML.dst/Library/Frameworks/YAML.framework /work_studio/demo_iosproxy/Potatso/Carthage/Build/iOS/

其他:
/bin/sh -c /Users/huanghuorong3/Library/Developer/Xcode/DerivedData/Potatso-bdcpkqtqpyzuytccejfcmrmhxhkj/Build/Intermediates/Potatso.build/Debug-iphonesimulator/PacketTunnel.build/Script-1EB5EF321E0314BE000C7748.sh

/Users/huanghuorong3/Library/Developer/Xcode/DerivedData/Potatso-bdcpkqtqpyzuytccejfcmrmhxhkj/Build/Intermediates/Potatso.build/Debug-iphonesimulator/PacketTunnel.build/Script-1EB5EF321E0314BE000C7748.sh: line 2: /usr/local/bin/carthage: No such file or directory

/usr/local/bin/carthage 是什么?Pod的一个依赖管理插件
安装carthage:https://github.com/Carthage/Carthage

进入Potatso目录,执行 carthage update

@bi7jta bi7jta closed this as completed Jul 6, 2017
@bi7jta
Copy link
Author

bi7jta commented Jul 6, 2017

/usr/local/bin/carthage 是什么?Pod的一个依赖管理插件
安装carthage:https://github.com/Carthage/Carthage

进入Potatso目录,执行 carthage update

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

1 participant