Xcode – framework not found SwiftyJSON
I'm getting that "framework not found SwiftyJSON" error after pod update. I have tried many clean build folder and project. But It still stays in there. What should I do? my pod file platform :ios, ‘9.0’ use_frameworks! target ‘QRContact’ do…