arcore-unity-extensions
arcore-unity-extensions copied to clipboard
AR Cloud Anchors when enabled in Unity does not build on iOS with a Cocoa Pods error, 1.44 and 1.45
Having enabled cloud anchors as part of the ARCore Extensions, on trying to create an iOS build I get the following error:
`Updating local specs repositories Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "ARCore/CloudAnchors": In Podfile: ARCore/CloudAnchors (~> 1.44.0)
None of your spec sources contain a spec satisfying the dependency: ARCore/CloudAnchors (~> 1.44.0)
.
You have either:
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.`
This can be replicated again after the fail with the following command in the iOS build folder - pod install --repo-update
Resolution at this stage was to turn off this feature for iOS in the Player Settings - ARCore Extensions / iOS
Couldn't find a corresponding version here: https://cocoapods.org/pods/ARCore