iOS integration troubleshooting
If the iOS integration of our SDK didn't go as smooth as expected, maybe you faced one of these issues:
Outdated Cocoapods repository¶
This error is shown when your source Cocoapods repository is outdated. Please also make sure that you are specifying an existing version.
Behaviour:¶
[!] CocoaPods could not find compatible versions for pod "PlotProjects":
In Podfile:
PlotProjects (~> 3.4.3)
Fix:¶
Run the following command:
pod install --repo-update