Code Monkey home page Code Monkey logo

Comments (14)

brizaldi avatar brizaldi commented on May 14, 2024 1

@imtoori @tbarbugli i think i've found the culprit, its because this plugin is incompatible with flutter_form_builder, when i remove flutter_form_builder from dependency, the error suddenly gone, maybe you guys can find out whats the problem, because my app depends a lot from that plugin

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024 1

it seems working fine now, thanks @imtoori, i'm closing this now

from stream-chat-flutter.

imtoori avatar imtoori commented on May 14, 2024

Hi, I tried to build a project from scratch using iOS and (un)fortunately I don't have any problem.
Can you try to run flutter clean and try to rebuild the project?

from stream-chat-flutter.

tbarbugli avatar tbarbugli commented on May 14, 2024

@brizaldi can you also include the entire stack trace error as well as information about the flutter version you are using?

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Mac OS X 10.15.3 19D76, locale en-US)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
✗ Android license status unknown.
Try re-installing or updating your Android SDK Manager.
See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailed instructions.
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.6)
[✓] Connected device (1 available)

image

from stream-chat-flutter.

imtoori avatar imtoori commented on May 14, 2024

@brizaldi did you do everything written here in the readme? https://github.com/GetStream/stream-chat-flutter#ios

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024

@imtoori yeah, but still got crash whenever i try to open the app, btw i test it on iOS Simulator though

from stream-chat-flutter.

imtoori avatar imtoori commented on May 14, 2024

So, I googled your stacktrace and I reach this issue on the Flutter repository, but unfortunately it's still waiting for customer response

A question: have you modified the iOS project in any way?

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024

i only change deployment target to 9.0 and add google gms api key in AppDelegate.swift

this is from simulator system.log
Mar 27 10:02:52 rhezas-mbp-2 nanotimekitcompaniond[6524]: objc[6524]: Class NTKDActivityTracker is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoTimeKitCompanion.framework/NanoTimeKitCompanion (0x7fff88ed28f0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoTimeKitCompanion.framework/nanotimekitcompaniond (0x109975b18). One of the two will be used. Which one is undefined. Mar 27 10:02:52 rhezas-mbp-2 nanotimekitcompaniond[6524]: objc[6524]: Class NTKDZIPArchivist is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoTimeKitCompanion.framework/NanoTimeKitCompanion (0x7fff88ed3f70) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoTimeKitCompanion.framework/nanotimekitcompaniond (0x109975e38). One of the two will be used. Which one is undefined. Mar 27 10:02:52 rhezas-mbp-2 Runner[6527]: objc[6527]: Class FLTKeyboardVisibilityPlugin is implemented in both /Users/berkatbejana/Library/Developer/CoreSimulator/Devices/7DF0C3FB-7CFA-4AF0-A975-4C02084F3B33/data/Containers/Bundle/Application/C325B17B-08FF-4A02-8EFD-7F3BF5957DE8/Runner.app/Frameworks/keyboard_visibility.framework/keyboard_visibility (0x10f83bf48) and /Users/berkatbejana/Library/Developer/CoreSimulator/Devices/7DF0C3FB-7CFA-4AF0-A975-4C02084F3B33/data/Containers/Bundle/Application/C325B17B-08FF-4A02-8EFD-7F3BF5957DE8/Runner.app/Frameworks/flutter_keyboard_visibility.framework/flutter_keyboard_visibility (0x10f779f48). One of the two will be used. Which one is undefined. Mar 27 10:02:52 rhezas-mbp-2 Runner[6527]: assertion failed: 19D76 17C45: libxpc.dylib + 83135 [F4467130-D9DA-3791-A4D0-F41C91F1CFEA]: 0x7d Mar 27 10:02:52 rhezas-mbp-2 com.apple.CoreSimulator.SimDevice.7DF0C3FB-7CFA-4AF0-A975-4C02084F3B33[4768] (UIKitApplication:id.homy.homyMobile[702c][rb-legacy][6527]): Service exited due to SIGABRT

i dont know if this gonna help but i got an error in GeneratedPluginRegistrant.m saying Module 'file_picker' not found
Screen Shot 2020-03-27 at 10 11 04 AM

here's my GeneratedPluginRegistrant.m
GeneratedPluginRegistrant.m.zip

from stream-chat-flutter.

imtoori avatar imtoori commented on May 14, 2024

I think something broke during flutter packages get. Sometimes it happens with Flutter

Can you try this?

  • delete the file ios/Podfile
  • run flutter clean
  • retry to run the app

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024

still got the same error

from stream-chat-flutter.

tbarbugli avatar tbarbugli commented on May 14, 2024

@brizaldi thank you for the additional information; if possible would you mind sharing a dart file that reproduce the problem with the form builder and chat?

from stream-chat-flutter.

brizaldi avatar brizaldi commented on May 14, 2024

just create a new flutter project, and then add flutter_form_builder and stream_chat_flutter dependency

from stream-chat-flutter.

imtoori avatar imtoori commented on May 14, 2024

@brizaldi can you retry now using the new version 0.1.12?

We were using the plugin keyboard_visibility while flutter_form_builder was using flutter_keyboard_visibility. The former is a fork of the latter and it seems better maintained so we'll stick to that.

from stream-chat-flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.