Since 5 days ago, iOS builds are not running at ip5

Since 5 days ago, the same iOS builds we were doing since last year crash now at startup, we tackle the stacktrace and we got this

dyld: Library not loaded: @rpath/libswiftCore.dylib

https://media.discordapp.net/attachments/717032579080912991/763538809216303174/Captura_de_Pantalla_2020-10-07_a_las_18.05.44.png?width=960&height=144

Someone can give me a hand? I’m not used to iOS builds so it is a bit hard to tackle this issue starting 5 days ago. Thanks.

The error message said that your app bundle did not include Swift Core library.

If you app contains any Swift code, Xcode would link Swift libraries with your app. Since iOS 13 , these libraries are built into the system. For iOS 12 and lower, the app has to provide these libraries in its app bundle. Double check this Xcode settings, this has to be set to true if you do have any Swift code: