-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
App crash on iOS16 and iOS17 Device, Simulator runs fine #42
Comments
With Version 3.1.0 everything is fine. |
I've got the same problem, I only installed the framework a few days ago and have made sure I'm on the latest version using CocoaPods. Runs fine in the simulator but crashes on startup on a real device. Seems to crash if the framework is installed, even if you don't execute anything. My target version is iOS 16.2 on XCode 14.2. |
@Dirk23 Did you really just update OHMySQL? I'm on the latest version but I'm still having the issue... Not really sure what to try. |
I use 3.1.0, with this version everything works fine for me. |
Hi guys |
yes |
Yep |
Weird.. anyway, I'm going to remove support of tvOS and watchOS. These platforms add additional complexity to maintenance. |
Just an update, adding " pod 'OpenSSL-Universal' " to my podfile and then installing it fixed it, not an ideal fix but it works. |
Hi there @HammerheadH @Dirk23 |
Sorry for late Reply, but it still crashes with the OpenSSL Error Message |
This didnt help at all, still crashing with some OpenSSL issues. |
I am also having a similar issue dyld[3046]: Library not loaded: @rpath/OpenSSL.framework/OpenSSL |
Well... My bad to miss this issue. Note: this issue shouldn't appear if you copy MySQL.xcframework and its sources directly to your project. Anyway, the problem should be fixed in the latest release 3.3.1. Let me know if it works. |
Description
Hi,
i was testing my iOS App on XCode15 and an iPad on iOS17Beta3. The app runs fine in Simulator, but on the Device the App crashes with the following Debug Log:
Device
Any help is appreciated.
Thank you.
Dirk
The text was updated successfully, but these errors were encountered: