Giter VIP home page Giter VIP logo

Comments (3)

danagbemava-nc avatar danagbemava-nc commented on May 11, 2024

share_plus is not maintained by the flutter team. Kindly report this on the appropriate repository so that it can be properly addressed.

Closing from here.

Thank you

from flutter.

nicolasvahidzein avatar nicolasvahidzein commented on May 11, 2024

2024-04-19 14:53:30.501438+0100 Runner[4265:934769] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]}
2024-04-19 14:53:30.501493+0100 Runner[4265:934769] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
2024-04-19 14:53:30.501527+0100 Runner[4265:934769] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]}
2024-04-19 14:53:30.504110+0100 Runner[4265:934769] [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO free drawing or -prepareImageForDescriptor: if IO is allowed. (This will become a fault soon.)
2024-04-19 14:53:30.505590+0100 Runner[4265:934769] [LayoutConstraints] Changing the translatesAutoresizingMaskIntoConstraints property of a UICollectionReusableView that is managed by a UICollectionView is not supported, and will result in incorrect self-sizing. View: <_UIActivityContentFooterView: 0x12c0c9b70; baseClass = UICollectionReusableView; frame = (20 1210.33; 374 52); layer = <CALayer: 0x2811d0020>>
2024-04-19 14:53:30.537772+0100 Runner[4265:934769] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]}
2024-04-19 14:53:30.537833+0100 Runner[4265:934769] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
2024-04-19 14:53:30.537866+0100 Runner[4265:934769] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=264, _LSFunction=-[_LSDReadClient getServerStoreWithCompletionHandler:]}
2024-04-19 14:53:30.537990+0100 Runner[4265:934769] [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO free drawing or -prepareImageForDescriptor: if IO is allowed. (This will become a fault soon.)
2024-04-19 14:53:30.601515+0100 Runner[4265:934769] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x2832b0c30 UIView:0x12c00b0c0.height >= _UIActivityActionCellTitleLabel:0x12c036bd0.height + 30 (active)>",
"<NSLayoutConstraint:0x2832b06e0 _UIActivityActionCellTitleLabel:0x12c036bd0.height >= 22 (active)>",
"<NSLayoutConstraint:0x2832df340 'UIView-Encapsulated-Layout-Height' UIView:0x12c00b0c0.height == 30 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x2832b06e0 _UIActivityActionCellTitleLabel:0x12c036bd0.height >= 22 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2024-04-19 14:53:30.602496+0100 Runner[4265:934769] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x28328ee40 UIView:0x12c08a280.height >= _UIActivityActionCellTitleLabel:0x12c06c760.height + 30 (active)>",
"<NSLayoutConstraint:0x28328edf0 _UIActivityActionCellTitleLabel:0x12c06c760.height >= 22 (active)>",
"<NSLayoutConstraint:0x2832dea30 'UIView-Encapsulated-Layout-Height' UIView:0x12c08a280.height == 30 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x28328edf0 _UIActivityActionCellTitleLabel:0x12c06c760.height >= 22 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.

from flutter.

nicolasvahidzein avatar nicolasvahidzein commented on May 11, 2024

How do i do that sir? I followed the issues on their repo...

from 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.