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
[VTClient
startWithMerchantID:BraintreeMerchantID
customerEmail:nil
braintreeClientSideEncryptionKey:config.cseKey
environment:VTEnvironmentSandbox];
i'm having this error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Given path did not point to a valid plist for initializing the default configuration.'
The text was updated successfully, but these errors were encountered:
When i'm running following code:
[VTClient
startWithMerchantID:BraintreeMerchantID
customerEmail:nil
braintreeClientSideEncryptionKey:config.cseKey
environment:VTEnvironmentSandbox];
i'm having this error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Given path did not point to a valid plist for initializing the default configuration.'
The text was updated successfully, but these errors were encountered: