build process returns an error which is unclear, and wasn't happened before. #1974
Replies: 2 comments 1 reply
-
Hi @MinhoChoi-a, looks like it is referring to your code where RenderObject is defined and I am assuming that you are facing this issue when building locally as well. Check out this thread. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am closing this thread due to inactivity. If you tried the solution mentioned in the thread shared above, and it did not help, you can reopen this thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
Build process should be okay, as it was working with same code(I tried a specific git commit which went through for all process)
Actual results
Xcode archive done. 261.9s
Failed to build iOS app
Error (Xcode): ../.pub-cache/hosted/pub.dev/sliver_tools-0.2.10/lib/src/sliver_stack.dart:282:55: Error: A value of type 'RenderObject?' can't be assigned to a variable of type 'AbstractNode?'.
Encountered error while archiving for device.
Build id (optional)
64de2c0c234c6e0c0b23306b
Beta Was this translation helpful? Give feedback.
All reactions