美文网首页swift 学习记录
iOS "directory not found fo

iOS "directory not found fo

作者: yingvhaihuman | 来源:发表于2018-06-05 17:42 被阅读12次

问题重述:

删了微信支付后打包出现红色警告.

ld: warning: directory not found for option '-L/Users/lan/Desktop/.../WeChatPay'

解决方案:

在Target-Build Settings中找到Search Paths-Library Search Paths,删除掉在警告中所示的该路径(图w1.)。

(这条路径是我做微信支付时添加的.)

问题参考:

https://stackoverflow.com/questions/11390918/xcode-warning-directory-not-found-for-option

图w1:

相关文章

网友评论

    本文标题:iOS "directory not found fo

    本文链接:https://www.haomeiwen.com/subject/srlmsftx.html