-
Notifications
You must be signed in to change notification settings - Fork 531
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 crashes when open Unity - iOS #368
Comments
I'm using the same package i.e.flutter_unity_widget: ^4.0.1+1 and the v4 in unity's plugin. I can able to build my application in iPhone. Unity Editor : 2019.4.22 From the screenshots, I assume that you can build the application and while deploying the application, you are facing this issue. There might be issue with Flutter project (not sure). Could you please try it in a simple application? Please give a try to open the project from 'Runner.xcworkspace' instead 'Runner.xcodeproj' in XCode. Hope you can find the error log. |
I've been getting the exact same issue for a week, on 2 different unity and flutter projects, following the tutorial and all the suggested fixes with no luck. Full error code:
|
Are you experiencing this issue with the latest stable version of flutter? |
Yes, issue is confirmed on both stable and dev.
|
@TudorAxinte you should try building your unity project directly to your phone and test and also disable multi rendering, if enabled |
Seems like this was and error with my Unity Project. Fixing that solved my problem. I's odd that I didn't saw any error message... |
Did anybody here manage to find a fix for the issue? I'm encountering it now. `[✓] Flutter (Channel stable, 2.0.5, on macOS 11.2.3 20D91 darwin-arm, locale [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 4.1) [✓] VS Code (version 1.56.0) [✓] Connected device (2 available) • No issues found!` Using |
Hey
Whenever I try to open Unity from flutter the app immediately crashes, with no further messages on the console... :(
I'm using flutter_unity_widget: ^4.0.1+1 and the v4 in unity's plugin as well
I've done the Xcode setup a million times, but I still couldn't make it work
AppDelegate.swift file is the same as the example
Xcode error
Any help is welcome
Thx!
The text was updated successfully, but these errors were encountered: