报错信息
Failed to load Info.plist from bundle at path /Users/xxx/Library/Developer/CoreSimulator/Devices/B16D1339-2A2E-46B7-9D89-1A7C58FB2199/data/Library/Caches/com.apple.mobile.installd.staging/temp.LQ6rdc/extracted/xxx.app/Frameworks/Masonry.framework; Extra info about Info.plist: Couldn't stat /Users/xxx/Library/Developer/CoreSimulator/Devices/B16D1339-2A2E-46B7-9D89-1A7C58FB2199/data/Library/Caches/com.apple.mobile.installd.staging/temp.LQ6rdc/extracted/xxx.app/Frameworks/Masonry.framework/Info.plist: No such file or directory
561613812957_.pic.jpg解决办法
在Podfile 文件里加一句 use_frameworks! :linkage => :static
然后重新pod install
导致原因
可能是CocoaPods 1.9.0 版本以上导致的
网友评论