Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the common problem of project error report caused by Xcode10 upgrade

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to solve the common problem of project error report caused by Xcode10 upgrade". The explanation in the article is simple and clear, easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve the common problem of project error report caused by Xcode10 upgrade".

Library not found for-libstdc++

Details of the error report, such as library not found for-lstdc++.6.0.9.

The reason for reporting the error is that the libstd++.6.0.9 library is obsolete after xocde 10, and the solution is simple: either delete the previous dependent script, or download libstd++.6.0.9 to add to the project. Then, select TARGETS- > Build Phases- > Link Binary With Libraries to add libstd++.6.0.9.

Note: if you can't find libstdc++, you can download it at the address below.

Directory not found for option

Problem description: iOS "directory not found for option'- L/Users/.../Pods/build/Debug-iphoneos/ …"

Solution: find Search Paths-Library Search Paths in Target-Build Settings, delete the path shown in the warning, and then clean and compile.

Script phase "[CP] Copy Pods Resources

The error message is as follows:

The workaround is to delete the corresponding path file:

Delete TARGETBUILDDIR/ {UNLOCALIZED_RESOURCES_FOLDER_PATH} under Target-Build Phases-[CP] Copy Pods Resources-Output Files

Thank you for your reading, the above is the content of "how to solve the common problems of project error caused by Xcode10 upgrade". After the study of this article, I believe you have a deeper understanding of how to solve the common problem of project error caused by Xcode10 upgrade, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report