iOS 13.3.1 can't use pods framework?

Hey, I got a problem on 11/Feb/2020. I try to run project in Real device (iPhone X), i got a error every time >>> dyld: Library not loaded: @rpath/FRAMEWORKNAME.framework/FRAMEWORKNAME


but when I run with simulator it worked fine.


Please tell me how to solved this problem, tLboawd

Replies

I'm having the same problem. Since updating to iOS 13.3.1 - I cannot open any projects using pods on a real device, which is super frustring as I was about to launch my first app on the app store. Works fine on simulator. Please help!


dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire

Referenced from: /private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/TEST

Reason: no suitable image found. Did find:

/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: code signature invalid for '/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire'


/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: stat() failed with errno=25

/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: code signature invalid for '/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire'


/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: stat() failed with errno=1

/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: code signature invalid for '/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire'


/private/var/containers/Bundle/Application/EFC02A4C-452F-4C38-ADC5-016760D653F8/TEST.app/Frameworks/Alamofire.framework/Alamofire: stat() failed with errno=1

(lldb)

Apple blocked utilizing external frameworks on free accounts with 13.3.1 upgrade. Try downgrading to 13.3.


Reference: https://stackoverflow.com/questions/60096258/library-not-loaded-rpath-fblpromises-framework-fblpromises-ios-13-3-1