iosxcodecocoapodsswifty-json

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
    pod 'SwiftyJSON', '~> 4.1'
    pod 'FirebaseCore'
    pod 'FirebaseMessaging'
    pod 'Firebase'
end


Solution

  • In Project Navigator, in folder Pods,

    Remove Pods.framework in:

    Folder named Pods Linked Frameworks and Libraries