-
Notifications
You must be signed in to change notification settings - Fork 31
Does not build on MacOS due to bool not being bool? #385
Comments
I am way from my computer, may you try it with the beta branch instead of the master branch. I suspect there still is an issue which I can fix when I get back. |
there is no beta branch of kaiteki though, unless you meant the beta branch of something else |
My apologies for not making it clear I meant the flutter beta channel so "flutter channel beta" |
Alright confirmed this is a bug will have to work on it when I get back or if someone else takes it up. |
This is because I updated fediverse_objects to make it accept null for Misskey's Notification.isRead. The fix is ˋisRead == falseˋ. |
Gray screen is usually the placeholder for the yellow on red error messages on release builds. You should try running |
did this, actually got a yellow-on-red error screen along with a stack trace. both provided below
|
Try pulling from the latest commit and tell me if it still doesn't work |
@nullobsi @EzioisAwesome56 May you guys try again now I believe it should be fixed |
@Craftplacer This issue may be closed works now |
What happened?
Attempted to compile Kaiteki using the provided instructions.
Attempting to build throws the following error about
lib/fediverse/backends/misskey/adapter.c.dart
and stops the build entirelyExpected behavior
Kaiteki should be able to build successfully
How to reproduce
flutter pub add material_color_utilities:^0.5.0
to fix error about material color (picture below)flutter build macos
What platform are you seeing the issue on?
None
Additional context
Attempting to build on Apple MacOS 12.6.6 (Intel x86_64)
flutter --version
output:Cocoapods was installed via homebrew instead of system ruby
Running with xCode 14.2
The text was updated successfully, but these errors were encountered: