1.Showing All Messages
:-1: Multiple commands produce '/Users/wanglei/Library/Developer/Xcode/DerivedData/CommunityService-etychnlapntnutbvegcxeloalgyg/Build/Products/Debug-iphoneos/libwebp/vp8li.h':
- Target 'libwebp' (project 'Pods') has copy command from '/Users/wanglei/Desktop/xcode10/CommunityService/Pods/libwebp/src/dec/vp8li.h' to '/Users/wanglei/Library/Developer/Xcode/DerivedData/CommunityService-etychnlapntnutbvegcxeloalgyg/Build/Products/Debug-iphoneos/libwebp/vp8li.h'
-
Target 'libwebp' (project 'Pods') has copy command from '/Users/wanglei/Desktop/xcode10/CommunityService/Pods/libwebp/src/enc/vp8li.h' to '/Users/wanglei/Library/Developer/Xcode/DerivedData/CommunityService-etychnlapntnutbvegcxeloalgyg/Build/Products/Debug-iphoneos/libwebp/vp8li.h'
解决办法
image.png
.
2Showing All Messages
ld: library not found for -lstdc++.6.0.9
xcode 10 已经没有libstdc++.6.0.9.tbd 这个库了
解决办法1.找第三方更改
2.把9.4的这个拷贝到10 对应文件路径下面
文件路径
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
libstdc++.6.0.9
文件资源可以在百度网盘获取, 提取码:njj8
平台 | 文件夹 | 文件名 | 文件大小 | 路径 |
---|---|---|---|---|
模拟器运行 | CoreSimulator | libstdc++.6.0.9.dylib | 766,624B | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/ |
Xcdoe11及以上:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libs
| 模拟器编译 | iPhoneSimulator | libstdc++.6.0.9.tbd | 206,800B | /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/ |
| iOS真机 | iPhoneOS | libstdc++.6.0.9.tbd | 209,673B |/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/ |
| macAPP | MacOSX | libstdc++.6.0.9.tbd | 206,751B | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/ |
作者:ibingewin
链接:https://www.jianshu.com/p/61083ef4eb84
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。