iOS12 XCode10更新

原因:libc++.tbd库取代了libstdc++.6.0.9.tbd库

解决方法:我在项目里去掉了libstdc++.6.0.9.tbd库

这个时候去编译还是会报错,

解决方法:Xcode-file-workspace setting-build system-legacy build system

error:multiple commands produce   。。。copy pods resource

解决1: 选中项目target -> Build phase -> Copy Pods Resources -> Output Files -> 移除${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH} -> Build

解决2:修改build system
在Xcode菜单栏-> File -> Workspace Setting,将build system修改为legacy build system,然后clean后编译。

猜你喜欢

转载自www.cnblogs.com/ios-hejing/p/10741249.html