You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to share a file by whatsapp on ios and it is not working.
2024-04-19 11:44:13.751633+0100 Runner[4060:870604] flutter: _shareAccountUid function inside display_qrcode_dialog.dart
2024-04-19 11:44:13.828266+0100 Runner[4060:870604] flutter: qrBytes is NOT null
2024-04-19 11:44:13.828385+0100 Runner[4060:870604] flutter: platform is iOS
2024-04-19 11:44:13.828432+0100 Runner[4060:870604] flutter: use: getApplicationDocumentsDirectory
2024-04-19 11:44:13.829167+0100 Runner[4060:870604] flutter: localize function inside localize_string.dart
2024-04-19 11:44:13.829224+0100 Runner[4060:870604] flutter: term: navigation_qrcodedisplay_accountuidcode_title
2024-04-19 11:44:13.831661+0100 Runner[4060:870604] flutter: imageFile:
2024-04-19 11:44:13.831719+0100 Runner[4060:870604] flutter: /var/mobile/Containers/Data/Application/74C7A99F-BEA8-401C-8DC3-E8829AA4A4C5/Documents/Account UID.jpg
2024-04-19 11:44:13.831771+0100 Runner[4060:870604] flutter: localize function inside localize_string.dart
2024-04-19 11:44:13.831807+0100 Runner[4060:870604] flutter: term: navigation_qrcodedisplay_accountuidcode_sharemessage
2024-04-19 11:44:15.574040+0100 Runner[4060:870357] [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 11:44:15.574403+0100 Runner[4060:870357] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
2024-04-19 11:44:15.574450+0100 Runner[4060:870357] [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 11:44:15.576835+0100 Runner[4060:870357] [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 11:44:15.581770+0100 Runner[4060:870357] [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: 0x12c1a16e0; baseClass = UICollectionReusableView; frame = (20 926.333; 374 52); layer = <CALayer: 0x2828bfb20>>
2024-04-19 11:44:15.619213+0100 Runner[4060:870357] [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 11:44:15.619267+0100 Runner[4060:870357] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
2024-04-19 11:44:15.619304+0100 Runner[4060:870357] [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 11:44:15.619429+0100 Runner[4060:870357] [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 11:44:16.047060+0100 Runner[4060:870357] [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:0x280a5ec60 UIView:0x12c195210.height >= _UIActivityActionCellTitleLabel:0x12c1960f0.height + 30 (active)>",
"<NSLayoutConstraint:0x280a5f1b0 _UIActivityActionCellTitleLabel:0x12c1960f0.height >= 22 (active)>",
"<NSLayoutConstraint:0x280a63d40 'UIView-Encapsulated-Layout-Height' UIView:0x12c195210.height == 30 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x280a5f1b0 _UIActivityActionCellTitleLabel:0x12c1960f0.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 11:44:16.049173+0100 Runner[4060:870357] [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:0x280a5d9f0 UIView:0x12c190990.height >= _UIActivityActionCellTitleLabel:0x12c191fe0.height + 30 (active)>",
"<NSLayoutConstraint:0x280a5df40 _UIActivityActionCellTitleLabel:0x12c191fe0.height >= 22 (active)>",
"<NSLayoutConstraint:0x280a63c00 'UIView-Encapsulated-Layout-Height' UIView:0x12c190990.height == 30 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x280a5df40 _UIActivityActionCellTitleLabel:0x12c191fe0.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 11:44:16.050731+0100 Runner[4060:870357] [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:0x280a58dc0 UIView:0x12f156460.height >= _UIActivityActionCellTitleLabel:0x12f131900.height + 30 (active)>",
"<NSLayoutConstraint:0x280a59310 _UIActivityActionCellTitleLabel:0x12f131900.height >= 22 (active)>",
"<NSLayoutConstraint:0x280a63700 'UIView-Encapsulated-Layout-Height' UIView:0x12f156460.height == 30 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x280a59310 _UIActivityActionCellTitleLabel:0x12f131900.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 11:44:17.069082+0100 Runner[4060:870357] [TraitCollection] Class CKBrowserSwitcherViewController overrides the -traitCollection getter, which is not supported. If you're trying to override traits, you must use the appropriate API.
start:694809102
2024-04-19 11:44:21.652046+0100 Runner[4060:870357] [NSExtension] Extension request contains input items but the extension point does not specify a set of allowed payload classes. The extension point's NSExtensionContext subclass must implement `+_allowedItemPayloadClasses`. This must return the set of allowed NSExtensionItem payload classes. In future, this request will fail with an error. Extension: <EXConcreteExtension: 0x281cc6640> {id = net.whatsapp.WhatsApp.ShareExtension} Items: (
"<NSExtensionItem: 0x282b636a0> - userInfo: {\n NSExtensionItemAttachmentsKey = (\n \"<NSItemProvider: 0x2802b0700> {types = (\\n \\\"public.jpeg\\\",\\n \\\"public.file-url\\\"\\n)}\"\n );\n \"com.apple.UIKit.NSExtensionItemUserInfoIsContentManagedKey\" = 0;\n}"
)
2024-04-19 11:44:22.313245+0100 Runner[4060:871073] [AXRuntimeCommon] Unknown client: Runner
start:461893765
2024-04-19 11:44:33.657213+0100 Runner[4060:870604] flutter: cronTick event
2024-04-19 11:44:33.657812+0100 Runner[4060:870604] flutter: checkTokenValidity function inside user_repository.dart
2024-04-19 11:44:33.666231+0100 Runner[4060:870604] flutter: has token
2024-04-19 11:44:33.670133+0100 Runner[4060:870604] flutter: tokenExpirationFromSecureStorage:
2024-04-19 11:44:33.670431+0100 Runner[4060:870604] flutter: 1718699669000
2024-04-19 11:44:33.670681+0100 Runner[4060:870604] flutter: tokenExpiration:
2024-04-19 11:44:33.670966+0100 Runner[4060:870604] flutter: 2024-06-18 09:34:29.000
2024-04-19 11:44:33.671265+0100 Runner[4060:870604] flutter: 2024-04-19 11:44:33.671105
2024-04-19 11:44:33.671527+0100 Runner[4060:870604] flutter: token expiration time difference:
2024-04-19 11:44:33.671748+0100 Runner[4060:870604] flutter: 5176195
2024-04-19 11:44:33.671962+0100 Runner[4060:870604] flutter: token is NOT expired
2024-04-19 11:44:33.672196+0100 Runner[4060:870604] flutter: delay until token renewal:
2024-04-19 11:44:33.672381+0100 Runner[4060:870604] flutter: 5175955
2024-04-19 11:44:33.672580+0100 Runner[4060:870604] flutter: token is still within the time frame
2024-04-19 11:44:33.672773+0100 Runner[4060:870604] flutter: token_valid: token is valid
2024-04-19 11:44:33.673018+0100 Runner[4060:870604] flutter: not 'never', it was set previously
2024-04-19 11:44:33.673225+0100 Runner[4060:870604] flutter: appVersionCheckMomentBis:
2024-04-19 11:44:33.673462+0100 Runner[4060:870604] flutter: 2024-04-19 11:43:40.615
2024-04-19 11:44:33.673671+0100 Runner[4060:870604] flutter: 2024-04-19 11:44:33.673545
2024-04-19 11:44:33.673916+0100 Runner[4060:870604] flutter: app version check difference:
2024-04-19 11:44:33.674115+0100 Runner[4060:870604] flutter: 0
2024-04-19 11:44:33.674334+0100 Runner[4060:870604] flutter: difference is smaller than the cutout, do not do an app version check
2024-04-19 11:44:33.674578+0100 Runner[4060:870604] flutter: log mode is INDEED enabled
2024-04-19 11:44:33.907210+0100 Runner[4060:870604] flutter: logFileSize:
2024-04-19 11:44:33.907323+0100 Runner[4060:870604] flutter: 311.064453125
2024-04-19 11:44:33.907374+0100 Runner[4060:870604] flutter: size is smaller than the threshhold, do nothing
2024-04-19 11:44:33.936588+0100 Runner[4060:870631] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:4065 (
0 AXRuntime 0x00000001a74e9b34 3EE11248-AFB7-3F71-AA60-DC0DE0BA79DE + 322356
1 AXRuntime 0x00000001a749f3fc _AXGetPortFromCache + 708
2 AXRuntime 0x00000001a74a0b0c AXUIElementPerformFencedActionWithValue + 488
3 UIKit 0x00000001f258b30c 9ABD51E0-AD68-35F5-990E-58C79CF8BB0F + 938764
4 libdispatch.dylib 0x00000001058b06d4 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x00000001058b23b4 _dispatch_client_callout + 20
6 libdispatch.dylib 0x00000001058ba540 _dispatch_lane_serial_drain + 988
7 libdispatch.dylib 0x00000001058bb290 _dispatch_lane_invoke + 428
8 libdispatch.dylib 0x00000001058c7e20 _dispatch_workloop_worker_thread + 916
9 libsystem_pthread.dylib 0x00000001f22670f4 _pthread_wqthread + 288
10 libsystem_pthread.dylib 0x00000001f2266e94 start_wqthread + 8
)
2024-04-19 11:44:33.937331+0100 Runner[4060:870631] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:4065 (
0 AXRuntime 0x00000001a74e9b34 3EE11248-AFB7-3F71-AA60-DC0DE0BA79DE + 322356
1 AXRuntime 0x00000001a749f3fc _AXGetPortFromCache + 708
2 AXRuntime 0x00000001a74a0b0c AXUIElementPerformFencedActionWithValue + 488
3 UIKit 0x00000001f258b30c 9ABD51E0-AD68-35F5-990E-58C79CF8BB0F + 938764
4 libdispatch.dylib 0x00000001058b06d4 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x00000001058b23b4 _dispatch_client_callout + 20
6 libdispatch.dylib 0x00000001058ba540 _dispatch_lane_serial_drain + 988
7 libdispatch.dylib 0x00000001058bb290 _dispatch_lane_invoke + 428
8 libdispatch.dylib 0x00000001058c7e20 _dispatch_workloop_worker_thread + 916
9 libsystem_pthread.dylib 0x00000001f22670f4 _pthread_wqthread + 288
10 libsystem_pthread.dylib 0x00000001f2266e94 start_wqthread + 8
)
2024-04-19 11:44:33.938304+0100 Runner[4060:870631] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:4065 (
0 AXRuntime 0x00000001a74e9b34 3EE11248-AFB7-3F71-AA60-DC0DE0BA79DE + 322356
1 AXRuntime 0x00000001a749f3fc _AXGetPortFromCache + 708
2 AXRuntime 0x00000001a74a0b0c AXUIElementPerformFencedActionWithValue + 488
3 UIKit 0x00000001f258b30c 9ABD51E0-AD68-35F5-990E-58C79CF8BB0F + 938764
4 libdispatch.dylib 0x00000001058b06d4 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x00000001058b23b4 _dispatch_client_callout + 20
6 libdispatch.dylib 0x00000001058ba540 _dispatch_lane_serial_drain + 988
7 libdispatch.dylib 0x00000001058bb290 _dispatch_lane_invoke + 428
8 libdispatch.dylib 0x00000001058c7e20 _dispatch_workloop_worker_thread + 916
9 libsystem_pthread.dylib 0x00000001f22670f4 _pthread_wqthread + 288
10 libsystem_pthread.dylib 0x00000001f2266e94 start_wqthread + 8
)
2024-04-19 11:44:33.940712+0100 Runner[4060:870357] [core] SLRemoteComposeViewController: (this may be harmless) viewServiceDidTerminateWithError: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}
2024-04-19 11:44:34.464080+0100 Runner[4060:870631] [ShareSheet] connection invalidated
start:896104118
start:144294153
The text was updated successfully, but these errors were encountered:
I am trying to share a file by whatsapp on ios and it is not working.
The text was updated successfully, but these errors were encountered: