-
Notifications
You must be signed in to change notification settings - Fork 319
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
[Bug report] App crash while running from xcode in ios` #1208
Comments
Please consider upgrade your Xcode to 15.4. |
@AlexV525 Can't we fix without updating xcode? Because my other projects are compiled against xcode version 15.0.1 (15A507) |
There should be no big difference between 15.x, only newer versions will contains some other fixes. |
I've debugged the cause of the undefined symbol, we can have a quick fix on this. |
To avoid crashes on specific Xcode versions, typically Xcode 15.0.x. Fixes #1208
Version
3.5.1
Platforms
iOS
Device Model
iPhone XR
flutter info
How to reproduce?
dyld[1985]: Symbol not found: OBJC_CLASS$_NSObject
Referenced from: <38432B0F-XXXX-XXXX-XXXX-46F1FE3B16DC> /private/var/containers/Bundle/Application/1D4FA73B-1796-4456-BE59-25A7DA1116FA/Runner.app/Runner
Expected in: <57EAA164-XXXX-XXXX-XXXX-7E5FFXXXXE4C> /private/var/containers/Bundle/Application/1D4FA73B-1796-4456-BE59-25A7DA1116FA/Runner.app/Frameworks/photo_manager.framework/photo_manager
Logs
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: