Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS11 Crash in XCode14 add libswiftCoreGraphics.dylib #567

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

atsumori
Copy link
Contributor

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/FloatingPanel.framework/FloatingPanel
  Reason: image not found

@scenee
Copy link
Owner

scenee commented Sep 16, 2022

I've confirmed this issue happens in iOS 11 and I found the related forum thread. Thank you for your workaround for the issue.

@scenee
Copy link
Owner

scenee commented Sep 16, 2022

I have just one request. Would you remove this workaround from Map-SwiftUI and SampleObjC projects? They don’t need this workaround actually because their deployment targets are above iOS11.

@scenee
Copy link
Owner

scenee commented Oct 10, 2022

I would like to apply the above change to Map-SwiftUI and SampleObjC projects by myself after merging this PR. Thank you for your PR :)

--
Note: this issue also happens if the deployment target of an app is 12.1.

@scenee scenee merged commit 6235a19 into scenee:master Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants