-
Notifications
You must be signed in to change notification settings - Fork 258
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] App does not compile on iOS for Swift 4 projects #99
Comments
I have the same issue. flutter doctor -v [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [!] Android Studio [✓] VS Code (version 1.63.2) [✓] Connected device (2 available) ! Doctor found issues in 1 category. |
I encountered this problem when using the package alice, but actually the problem was generated from better_player Undefined symbols for architecture arm64: "OBJC_CLASS$__TtC13better_player12CacheManager", referenced from: objc-class-ref in BetterPlayerPlugin.o ld: symbol(s) not found for architecture arm64 Solution that helped me was number 3 is this answers. So there was no problem with package |
Please update to |
Describe the bug
App does not compile on iOS if Swift 4 is used in the project (currently default swift version for Flutter projects). Here is related bug jhomlala/betterplayer#776 (comment)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App compiles and runs
Flutter doctor
Please add flutter doctor output here.
Alice version
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: