arcore-unity-extensions icon indicating copy to clipboard operation
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

Open reefbreak opened this issue 6 months ago • 1 comments

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

reefbreak avatar Aug 22 '24 04:08 reefbreak