美文网首页iOS常见问题
[报错]iOS error: make directory xx

[报错]iOS error: make directory xx

作者: TIGER_XXXX | 来源:发表于2017-12-02 15:05 被阅读134次

错误描述

error: make directory /Users/xxx/Library/Developer/Xcode/DerivedData/xxx/Build/Products/Debug-iphonesimulator/xxx.app/AlipaySDK.bundle: File exists

解决方法

Build Phases -> Copy Bundle Resources -> 删除错误提示的重复文件(我这里是要删除AlipaySDK.bundle)


参考文章:http://www.cocoachina.com/bbs/read.php?tid=328666

相关文章

网友评论

    本文标题:[报错]iOS error: make directory xx

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