Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 63EBD200C62 for ; Wed, 12 Apr 2017 00:13:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 626A5160B9E; Tue, 11 Apr 2017 22:13:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5AE40160B9B for ; Wed, 12 Apr 2017 00:13:22 +0200 (CEST) Received: (qmail 85733 invoked by uid 500); 11 Apr 2017 22:13:21 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 85721 invoked by uid 99); 11 Apr 2017 22:13:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2017 22:13:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 22C84DFDAC; Tue, 11 Apr 2017 22:13:21 +0000 (UTC) From: shazron To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios issue #299: CB-11233 - Support installing frameworks into "Embed... Content-Type: text/plain Message-Id: <20170411221321.22C84DFDAC@git1-us-west.apache.org> Date: Tue, 11 Apr 2017 22:13:21 +0000 (UTC) archived-at: Tue, 11 Apr 2017 22:13:23 -0000 Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/299 @bhariharan the log seemed to loop. here it is: ``` objc[5175]: Class CDVViewController is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5e50) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a2d8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVAppDelegate is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5ea0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a328). One of the two will be used. Which one is undefined. objc[5175]: Class CDVUIWebViewDelegate is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5ef0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a378). One of the two will be used. Which one is undefined. objc[5175]: Class CDVCommandDelegateImpl is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5f40) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a3c8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVWhitelistPattern is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5f90) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a418). One of the two will be used. Which one is undefined. objc[5175]: Class CDVWhitelist is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b5fe0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a468). One of the two will be used. Which one is undefined. objc[5175]: Class CDVInvokedUrlCommand is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6030) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a4b8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVTimerItem is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b60a8) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a530). One of the two will be used. Which one is undefined. objc[5175]: Class CDVTimer is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b60d0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a558). One of the two will be used. Which one is undefined. objc[5175]: Class CDVUserAgentUtil is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6148) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a5d0). One of the two will be used. Which one is undefined. objc[5175]: Class CDVConfigParser is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6170) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a5f8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVGestureHandler is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b61e8) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a670). One of the two will be used. Which one is undefined. objc[5175]: Class CDVHandleOpenURL is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6238) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a6c0). One of the two will be used. Which one is undefined. objc[5175]: Class CDVUIWebViewNavigationDelegate is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6260) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a6e8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVCommandQueue is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b62b0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a738). One of the two will be used. Which one is undefined. objc[5175]: Class CDVPluginResult is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6300) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a788). One of the two will be used. Which one is undefined. objc[5175]: Class CDVURLProtocol is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6378) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a800). One of the two will be used. Which one is undefined. objc[5175]: Class CDVUIWebViewEngine is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b63a0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a828). One of the two will be used. Which one is undefined. objc[5175]: Class CDVPlugin is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b63f0) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a878). One of the two will be used. Which one is undefined. objc[5175]: Class CDVLocalStorage is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6490) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a918). One of the two will be used. Which one is undefined. objc[5175]: Class CDVBackupInfo is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6440) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a8c8). One of the two will be used. Which one is undefined. objc[5175]: Class CDVIntentAndNavigationFilter is implemented in both /private/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/Frameworks/SalesforceHybridSDK.framework/SalesforceHybridSDK (0x1004b6508) and /var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/test3 (0x10024a990). One of the two will be used. Which one is undefined. 2017-04-11 15:06:49.342929-0700 test3[5175:3221191] Hybrid view config at specified path '/www/bootconfig.json' could not be read: Error Domain=NSCocoaErrorDomain Code=260 "The file “bootconfig.json” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/www/bootconfig.json, NSUnderlyingError=0x1702447a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 2017-04-11 15:06:49.343208-0700 test3[5175:3221191] Hybrid view config at specified path '/www/bootconfig.json' not found, or data could not be parsed. 2017/04/11 22:06:49.343 test3[5175:1503] ERROR com.salesforce : Hybrid view config at specified path '/www/bootconfig.json' could not be read: Error Domain=NSCocoaErrorDomain Code=260 "The file “bootconfig.json” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/containers/Bundle/Application/26EC3944-705D-4325-A5C3-ECD84D25D4D3/test3.app/www/bootconfig.json, NSUnderlyingError=0x1702447a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 2017/04/11 22:06:49.343 test3[5175:4a03] INFO com.salesforce : Hybrid view config at specified path '/www/bootconfig.json' not found, or data could not be parsed. 2017-04-11 15:06:49.371714-0700 test3[5175:3221191] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/C93667C2-443E-4348-B58C-0CB2568AC100/Library/Cookies/Cookies.binarycookies 2017-04-11 15:06:49.458047-0700 test3[5175:3221191] Launching the Salesforce SDK. 2017-04-11 15:06:49.458344-0700 test3[5175:3221191] No value for Connected App ID. Cannot continue. 2017-04-11 15:06:49.458389-0700 test3[5175:3221191] No value for Connected App Callback URI. Cannot continue. 2017-04-11 15:06:49.458434-0700 test3[5175:3221191] No auth scopes set. Cannot continue. 2017-04-11 15:06:49.458486-0700 test3[5175:3221191] Please correct errors and try again. 2017-04-11 15:06:49.458527-0700 test3[5175:3221191] Error during SDK launch: Invalid launch parameters 2017/04/11 22:06:49.458 test3[5175:1403] INFO com.salesforce : Launching the Salesforce SDK. 2017/04/11 22:06:49.458 test3[5175:1403] ERROR com.salesforce : No value for Connected App ID. Cannot continue. 2017/04/11 22:06:49.458 test3[5175:1403] ERROR com.salesforce : No value for Connected App Callback URI. Cannot continue. 202017-04-11 15:06:49.460956-0700 test3[5175:3221191] Launching the Salesforce SDK. 2017-04-11 15:06:49.462100-0700 test3[5175:3221191] No value for Connected App ID. Cannot continue. 17/04/11 22:06:49.458 test3[5175:1403] ERROR com.salesforce : No auth scopes set. Cannot continue. 2017-04-11 15:06:49.462158-0700 test3[5175:3221191] No value for Connected App Callback URI. Cannot continue. 2017-04-11 15:06:49.462203-0700 test3[5175:3221191] No auth scopes set. Cannot continue. 2017-04-11 15:06:49.462244-0700 test3[5175:3221191] Please correct errors and try again. 2017/04/11 22:06:49.458 test3[5175:1403] ERROR com.salesforce : Please correct errors and try again. 2017-04-11 15:06:49.462298-0700 test3[5175:3221191] Error during SDK launch: Invalid launch parameters 2017/04/11 22:06:49.459 test3[5175:1403] ERROR com.salesforce : Error during SDK launch: Invalid launch parameters 2017/04/11 22:06:49.462 test3[5175:142017-04-11 15:06:49.464251-0700 test3[5175:3221191] Launching the Salesforce SDK. 2017-04-11 15:06:49.465648-0700 test3[5175:3221191] No value for Connected App ID. Cannot continue. 2017-04-11 15:06:49.465895-0700 test3[5175:3221191] No value for Connected App Callback URI. Cannot continue. 2017-04-11 15:06:49.465978-0700 test3[5175:3221191] No auth scopes set. Cannot continue. 2017-04-11 15:06:49.466024-0700 test3[5175:3221191] Please correct errors and try again. 2017-04-11 15:06:49.466077-0700 test3[5175:3221191] Error during SDK launch: Invalid launch parameters 03] INFO com.salesforce : Launching the Salesforce SDK. 2017/04/11 22:06:49.462 test3[5175:1403] ERROR com.salesforce : No value for Connected App ID. Cannot continue. 2017/04/11 22:06:49.462 test3[5175:1403] ERROR com.salesforce : No value for Connected App Callback URI. Cannot continue. 2017/04/11 22:06:49.462 test3[5175:1402017-04-11 15:06:49.468581-0700 test3[5175:3221191] Launching the Salesforce SDK. 2017-04-11 15:06:49.469159-0700 test3[5175:3221191] No value for Connected App ID. Cannot continue. 2017-04-11 15:06:49.469204-0700 test3[5175:3221191] No value for Connected App Callback URI. Cannot continue. 2017-04-11 15:06:49.469386-0700 test3[5175:3221191] No auth scopes set. Cannot continue. 2017-04-11 15:06:49.469422-0700 test3[5175:3221191] Please correct errors and try again. 2017-04-11 15:06:49.469456-0700 test3[5175:3221191] Error during SDK launch: Invalid launch parameters 3] ERROR com.salesforce : No auth scopes set. Cannot continue. 2017/04/11 22:06:49.462 test3[5175:1403] ERROR com.salesforce : Please correct errors and try again. 2017/04/11 22:06:49.462 test3[5175:1403] ERROR com.salesforce : Error during SDK launch: Invalid launch parameters 2017/04/11 22:06:49.466 test3[5175:1403] INFO com.salesforce : Launching the Salesforce SDK. 2017/04/11 22:06:49.466 test3[5175:1403] ERROR com.salesforce : No value for Connected App ID. Cannot continue. 2017/04/11 22:06:49.466 test3[5175:1403] ERROR com.salesforce : No value for Connected App Callback URI. Cannot continue. 2017/04/11 22:06:49.466 test3[5175:1403] ERROR com.salesforce : No auth scopes set. Cannot continue. 2017-04-11 15:06:49.474570-0700 test3[5175:3221191] No value for Connected App Callback URI. Cannot continue. 2017-04-11 15:06:49.474615-0700 test3[5175:3221191] No auth scopes set. Cannot continue. 2017-04-11 15:06:49.474650-0700 test3[5175:3221191] Please correct errors and try again. 2017/04/11 22:06:49.466 test3[5175:1403] ERROR com.salesforce : Please correct errors and try again. 2017-04-11 15:06:49.474685-0700 test3[5175:3221191] Error during SDK launch: Invalid launch parameters [...repeats...] ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org