Its not working did everything like in this video https://www.youtube.com/watch?v=ZpK5KQdn95w
I get the error that the Module SVProgressHUD is not found
here is my 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
Can someone help me please? There where also things for the UITest and ther other Test in there i simply removed them is that causing the Problem?
Try to install below code:
In your file
Edited
Instead above, Do below code:
It will help you.