When I load the iOS frameworks which coding with Objective-C all work fine but after I add a Swift framework plugin (develop with swift) it come up with the error not found Combine for architecture arm64, I user lipo -info command to check the architectures the binary contain arm64.
I already add the bridgeHeader file
Is there anyboy add swift frameworks plugins successfly