6235a19588
This fixed the following error occurs and crashes when running an app built with xcode14 on iOS11. ``` dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib Referenced from: /private/var/containers/Bundle/Application/0B28F8D6-D8CE-400B-98B7-052EAD3FB923/xxxxxx.app/Frameworks/FloatingPanel.framework/FloatingPanel Reason: image not found ``` These are the related forum threads. - https://developer.apple.com/forums/thread/714629 - https://developer.apple.com/forums/thread/714795 Co-authored-by: atsunori.shioi <astunori.shioi@play.jp>