search

Home  >  Q&A  >  body text

objective-c - iOS 从SVN上下载下来的项目,podfile中缺少三方库,工程也不报错. ??

大家讲道理大家讲道理2892 days ago240

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-18 09:37:08

    Because the Pods directory has not been added to svn ignore, it has nothing to do with the Podfile. It's just like not using pod management. It's equivalent to adding third-party libraries manually before: create a directory and drag the library files into the project.
    Delete the Pods directory and run pod install or pod update again to see if there is an error

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:37:08

    The pod/directory of the SVN bar has also been added and managed. So the project on SVN is a complete project that does not require pod install

    reply
    0
  • Cancelreply