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
In the Podfile, I add to the top the 2 sources that are mentioned in the documentation. Then, I increase the platform version to 13.0, and finally, I add the pod MangopayVaultSDK.
When I run the command pod install I get the following:
[!] An unexpected version directory Models was encountered for the /Users/pc/.cocoapods/repos/mangopay-mangopay-ios-vault-sdk/MangopayVaultSDK Pod in the MangopayVaultSDK repository.
I have noticed that if I remove the sources, the pod install successfully installs the pod mangopay_vault 0.0.1.
Which is the current way to install the dependency?
The text was updated successfully, but these errors were encountered:
Hello 👋
I am following this documentation to install the mangopay_vault https://docs.mangopay.com/sdks/vault/ios and I am facing the following problem.
In the
Podfile
, I add to the top the 2 sources that are mentioned in the documentation. Then, I increase the platform version to 13.0, and finally, I add the podMangopayVaultSDK
.When I run the command pod install I get the following:
I have noticed that if I remove the sources, the pod install successfully installs the pod mangopay_vault 0.0.1.
Which is the current way to install the dependency?
The text was updated successfully, but these errors were encountered: