#ios必须小写 注:'eee'是工程name platform :ios, '8.0' #target对应的是项目名do执行开始 target 'eee' do pod 'MBProgressHUD' end #end结束 相关文章: