Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经压缩了我的 Xcode 项目源代码,以便与我的朋友分享。但是解压后我得到像ld: library not found这样的错误
请帮忙。如果您需要任何其他详细信息,请告诉我。
很可能您的一个库已添加到项目中,其相对路径位于压缩文件夹之外,或者绝对路径也未包含在存档中。