ll_shioi_atsumori
Results
2
issues of
ll_shioi_atsumori
With Xcode 14 Beta 5 library fails to compile with following error Stored properties cannot be marked potentially unavailable with `@available`
When running an app built with xcode14 on iOS11, the following error occurs and crashes. ``` dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib Referenced from: /private/var/containers/Bundle/Application/0B28F8D6-D8CE-400B-98B7-052EAD3FB923/xxxxxx.app/Frameworks/SnapKit.framework/SnapKit Reason: image not found ```