问题
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