After opening the project on a newer xcode 15.2 (saved on 14.2)tried pod install from a clean state.Relinking the files, the link brakes again on every pod install .
The path is incorrect, its
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework
but it is on disk right now in:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks....
tried solution here (in my case $(inherited) is already set (target > Build Setting > Linking > Other Linker FlagsTarget > Build Setting > Linking > Runpath Search Path
:my pod framework are missing after updating xcode to 14.3.1