No such file or directory: '/Users/.../Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/PackageFrameworks/AlamofireDynamic.framework/AlamofireDynamic'
Using Xcode 16.3, have a trouble building and keep getting this error message. Tried to clean build, delete the DerivedData folder nothing works until i saw the solution by Daniel and it works!! I got the same problem with DGCharts too regarding the dynamic thing. The solution was just to not add "dynamic" into your target as per Daniel said.
Just curious, since I'm a beginner, what's the 'dynamic' package for?