I am unable to run my app on the Simulator, getting the below error
error: ....Build/Products/Debug-iphonesimulator/ChameleonFramework.framework: No such file or directory
Below is my pod file
pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'Firebase/Database'
pod 'SVProgressHUD'
pod 'ChameleonFramework'
I am new to Xcode and I am unable to figure out what went wrong and how to resolve this.