Build failing, Parse-Server/Pod/Bolts

泄露秘密 提交于 2019-12-13 03:16:56

问题


I'm using Parse-Server/Heroku and just installed the pod for Parse in an iOS project of mine (written in objective C). I am using Xcode Version 9.2 and pod version 1.3.1. The macOS is High Sierra Version 10.13.2.

When I try to build the project, I get this error:

ld: library not found for -lBolts
clang: error: linker command failed with exit code 1 (use -v to see invocation)

But Bolts seems to be installed, as a dependency when I run pod install.

Any idea about what I can do to solve the problem? I presume the information I am giving here may not be enough. If more is needed to solve the issue please let me know what I should provide.


回答1:


If you're using cocoapods, make sure you're opening the generated workspace and not the project itself.



来源:https://stackoverflow.com/questions/48246467/build-failing-parse-server-pod-bolts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!