building from xcode source, missing “pods” library

☆樱花仙子☆ 提交于 2021-01-28 19:40:49

问题


Attempting to build an ios project downloaded from the build server, I get a link error complaining that the "pods-develop" library was not found. There's also a pods xcode project, but building it doesn't change the outcome.

What information am I missing?


回答1:


Do you have these hints in your Codename One propertie's build hint ?

ios.pods.sources=,https://github.com/CocoaPods/Specs.git
ios.objC=true


来源:https://stackoverflow.com/questions/39970015/building-from-xcode-source-missing-pods-library

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