视频中的所有内容都无法正常工作https://www.youtube.com/watch?v=ZpK5KQdn95w
我收到未找到模块 SVProgressHUD 的错误
这是我的 Podfile
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Bachelmatt Garage' do
# Comment the next line if you're not using Swift and don't want to
use dynamic frameworks
use_frameworks!
pod 'SVProgressHUD';
end
有人能帮助我吗?那里还有 UITest 和其他测试的东西,我只是删除了它们是导致问题的原因吗?