Using Xcode 9.4.1
Deployment Target: 9.3
Source code: Objective C
Lately (since change from iTunes Connect to App Store Connect), I get this auto-validation message
"Invalid Bundle - The app uses Swift, but one of the binaries could not link to it because it wasn't found. Check that the app bundles correctly embed Swift standard libraries using the "Always Embed Swift Standard Libraries" build setting, and that each binary which uses Swift has correct search paths to the embedded Swift standard libraries using the "Runpath Search Paths" build setting.
There is no Swift code at all in my app.
Is there any workaround to avoid this validation bug ?
Thanks
Sylvain