Errro Dyld Library Not Loaded Rpath Libgfortran.3.dylib

So yesterday I installed iOS 13.3.1 on my iPhone XR and macOS 10.15.3 on my iMac.


Above fix did not work for me. I am also facing the same issue when I create a Framework with CocoaPods as Dependency and add Alamofire, App i crashing that Alamofire not dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Xcode (11.4.1) By default its creating Apps with iOS 13.4. Code: Select all a: Mach header magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 0xfeedfacf 16777223 3 0x80 2 21 2088 0x00218085 Load command 0 cmd LCSEGMENT64 cmdsize 72 segname PAGEZERO vmaddr 0x000000 vmsize 0x000000 fileoff 0 filesize 0 maxprot 0x00000000 initprot 0x00000000 nsects 0 flags 0x0 Load command 1 cmd LCSEGMENT64 cmdsize 552 segname TEXT. Hi Robin, THX for sharing you results. Maybe it helps someone else as well. Have fun using the Wikitude SDK and don't hesitate to post new questions. Thank you, solved a very annoying issue for me. For some reason, well into the development of a Swift 2.3 custom Framework, Xcode 8 had removed the DYLIBINSTALLNAMEBASE setting from the project.pbxproj file. A little walk into the Build Settings / 'Dynamic Library Install Name Base' setting back to '@rpath' fixed it. Get runtime error: like dyld: Library not loaded: @rpath/libmkl ippx.dylib. Root Cause: You did not set environment variables of MKL/IPP path or did not link your application to MKL/IPP path. Solution: Please add the path of lib.dylib in system environment before run binary (The could be 'mkl' or 'ipp').

Then, I've been getting this error in Xcode using any project that has CocoaPods Frameworks in it :

Errro

- It launches fine in the iPhone 11 simulator

LibraryErrro

- It launches fine on my gf's iPhone XR which still has iOS 13.3

- Tried different pods (SwiftSoup and GRDB.swift)

- Tried reinstalling CocoaPods

- Tried updating CocoaPods to latest stable and latest beta versions

- Tried different projects

- Tried cleaning the build folder

Rpath

- Tried deleting/reinstalling apps

Library Not Loaded @rpath/libfreetype.6.dylib

- Tried deleting the derived data

Error Dyld Library Not Loaded Rpath Libgfortran.3.dylib Free

- Was already using the latest Xcode 11.3.1 since a few weeks


Error Dyld Library Not Loaded Rpath Libgfortran.3.dylib

is there anything I did not do? Does it happen to anybody else?