On updating the Xcode to beta 9 and running the application in the iOS 11 version I am getting the crash with the following error
dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /private/var/containers/Bundle/Application/CFB7F820-B03B-4200-8813-3C3E01032A2F/TIMAutoConnect.app/Frameworks/UTCTIMAccess.framework/UTCTIMAccess Reason: image not found
Previously I fixed the error by setting "Always Embed Swift Binaries" to YES in build settings.
Note: The application uses a custom framework written in Swift and the application code is in Objective C.