问题 this is my Podfile # Uncomment this line to define a global platform for your project # platform :ios, '10.0' # Pods for BandUJam target 'BandUJam' do pod 'Masonry' pod 'SDWebImage' pod 'VODUpload' pod "AFNetworking",'~> 3.1.0' pod "SDWebImage" pod "UMengUShare/Social/WeChat" pod 'AliyunPlayer_iOS' pod 'Toast', '~> 4.0.0' pod 'UITextView+Placeholder', '~> 1.2' end and when I "pod install" or "pod update" then got this message in terminal Analyzing dependencies ――― MARKDOWN TEMPLATE ――――――――――