my project worked perfectly before i update xcode to 14.3.1 now it looks like xcode can't find my frameworks i drop images of parts of my project below.
after build my project this is console error console error image and this is navigation error nav error image
this is my podfile podfile image
and xcode show my framework file names red color it looks like it can't find them nav image
i have tried these solutions but they didn't worked for me
after trying different things this works for me
i've added this code to 2 places
Target > Build Setting > Linking > Other Linker Flags
$(inherited)
Target > Build Setting > Linking > Runpath Search Path
$(inherited)