cuongpl / capacitor-ios-autofill-save-password

Prompt to display dialog for saving password to keychain for iOS webview app.
8 stars 10 forks source link

IONIC 6, Capacitor 4: AX Lookup Problem, see Log: #9

Open informatikTirol opened 1 year ago

informatikTirol commented 1 year ago

HI,

I get the following error on calling

SavePassword.promptDialog()

2022-11-21 14:21:39.299321+0100 App[2025:923272] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:1479 (
    0   AXRuntime                           0x00000001e7a488a0 _AXGetPortFromCache + 932
    1   AXRuntime                           0x00000001e7a4aa54 AXUIElementPerformFencedActionWithValue + 772
    2   UIKit                               0x000000024337e480 D144960F-88EF-3153-9FA1-62EF35CBC03F + 783488
    3   libdispatch.dylib                   0x0000000104d845a8 _dispatch_call_block_and_release + 32
    4   libdispatch.dylib                   0x0000000104d8605c _dispatch_client_callout + 20
    5   libdispatch.dylib                   0x0000000104d8e10c _dispatch_lane_serial_drain + 988
    6   libdispatch.dylib                   0x0000000104d8ee34 _dispatch_lane_invoke + 420
    7   libdispatch.dylib                   0x0000000104d9bcbc _dispatch_workloop_worker_thread + 740
    8   libsystem_pthread.dylib             0x000000020af13df8 _pthread_wqthread + 288
    9   libsystem_pthread.dylib             0x000000020af13b98 start_wqthread + 8

The Dialog for saving Password does not appear.

THX


Ionic:

Ionic CLI : 6.20.4 (/Users/aj/.nvm/versions/node/v16.14.2/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 6.3.7 @angular-devkit/build-angular : 12.2.18 @angular-devkit/schematics : 11.2.13 @angular/cli : 12.2.18 @ionic/angular-toolkit : 3.1.1

Capacitor:

Capacitor CLI : 4.5.0 @capacitor/android : 4.5.0 @capacitor/core : 4.5.0 @capacitor/ios : 4.5.0

Utility:

cordova-res : not installed globally native-run : 1.7.1

System:

NodeJS : v16.14.2 (/Users/aj/.nvm/versions/node/v16.14.2/bin/node) npm : 8.5.0 OS : macOS Monterey

informatikTirol commented 1 year ago

No update? I set up a new project, still the same error.

Here the output:

2023-03-21 07:35:32.759315+0100 App[28229:15426055] [AXRuntimeCommon] Unknown client: App 2023-03-21 07:35:32.762177+0100 App[28229:15425787] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:19989 ( 0 AXRuntime 0x00000001e2b797f0 _AXGetPortFromCache + 932 1 AXRuntime 0x00000001e2b7b9a4 AXUIElementPerformFencedActionWithValue + 772 2 UIKit 0x000000023f86dae8 2FB1F859-1BC4-30B2-B751-1BC0A9B31400 + 785128 3 libdispatch.dylib 0x000000010392453c _dispatch_call_block_and_release + 32 4 libdispatch.dylib 0x0000000103925ff0 _dispatch_client_callout + 20 5 libdispatch.dylib 0x000000010392e0a0 _dispatch_lane_serial_drain + 988 6 libdispatch.dylib 0x000000010392edc8 _dispatch_lane_invoke + 420 7 libdispatch.dylib 0x000000010393bcac _dispatch_workloop_worker_thread + 740 8 libsystem_pthread.dylib 0x0000000206e60df8 _pthread_wqthread + 288 9 libsystem_pthread.dylib 0x0000000206e60b98 start_wqthread + 8 ) 2023-03-21 07:35:32.764419+0100 App[28229:15425787] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:19989 ( 0 AXRuntime 0x00000001e2b797f0 _AXGetPortFromCache + 932 1 AXRuntime 0x00000001e2b7b9a4 AXUIElementPerformFencedActionWithValue + 772 2 UIKit 0x000000023f86dae8 2FB1F859-1BC4-30B2-B751-1BC0A9B31400 + 785128 3 libdispatch.dylib 0x000000010392453c _dispatch_call_block_and_release + 32 4 libdispatch.dylib 0x0000000103925ff0 _dispatch_client_callout + 20 5 libdispatch.dylib 0x000000010392e0a0 _dispatch_lane_serial_drain + 988 6 libdispatch.dylib 0x000000010392edc8 _dispatch_lane_invoke + 420 7 libdispatch.dylib 0x000000010393bcac _dispatch_workloop_worker_thread + 740 8 libsystem_pthread.dylib 0x0000000206e60df8 _pthread_wqthread + 288 9 libsystem_pthread.dylib 0x0000000206e60b98 start_wqthread + 8 ) 2023-03-21 07:35:32.765978+0100 App[28229:15425787] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:19989 ( 0 AXRuntime 0x00000001e2b797f0 _AXGetPortFromCache + 932 1 AXRuntime 0x00000001e2b7b9a4 AXUIElementPerformFencedActionWithValue + 772 2 UIKit 0x000000023f86dae8 2FB1F859-1BC4-30B2-B751-1BC0A9B31400 + 785128 3 libdispatch.dylib 0x000000010392453c _dispatch_call_block_and_release + 32 4 libdispatch.dylib 0x0000000103925ff0 _dispatch_client_callout + 20 5 libdispatch.dylib 0x000000010392e0a0 _dispatch_lane_serial_drain + 988 6 libdispatch.dylib 0x000000010392edc8 _dispatch_lane_invoke + 420 7 libdispatch.dylib 0x000000010393bcac _dispatch_workloop_worker_thread + 740 8 libsystem_pthread.dylib 0x0000000206e60df8 _pthread_wqthread + 288 9 libsystem_pthread.dylib 0x0000000206e60b98 start_wqthread + 8 )

informatikTirol commented 1 year ago

Some more infos: I have 1Password installed. When i open 1Password to fill credentials, then I get the error [AXRuntimeCommon] Unknown client: App maybe this is the cause...