You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/05 14:23:50 UTC

[GitHub] [cordova-plugin-inappbrowser] NiklasMerz removed a comment on pull request #717: (ios): update CI for Xcode 11

NiklasMerz removed a comment on pull request #717:
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/717#issuecomment-639451297


   Config seems to be working. It now somehow fails with UserAgent stuff that should be gone:
   
   ```
   /var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/tmp-4273wd2NTrUjtYlp/platforms/ios/HelloCordova/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:104:80: error: property 'userAgent' not found on object of type 'CDVViewController *'
   
           wkWebView.customUserAgent = ((CDVViewController*) self.viewController).userAgent;
   
                                                                                  ^
   
   /var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/tmp-4273wd2NTrUjtYlp/platforms/ios/HelloCordova/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:375:6: error: use of undeclared identifier 'CDVUserAgentUtil'
   
       [CDVUserAgentUtil releaseLock:vc.userAgentLockToken];
   
        ^
   
   /var/folders/z3/_825pg0s3jvf0hb_q8kzmg5h0000gn/T/tmp-4273wd2NTrUjtYlp/platforms/ios/HelloCordova/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:388:6: error: use of undeclared identifier 'CDVUserAgentUtil'
   
       [CDVUserAgentUtil releaseLock:vc.userAgentLockToken];
   
        ^
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org