google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
354 stars 96 forks source link

AR Cloud Anchors when enabled in Unity does not build on iOS with a Cocoa Pods error, 1.44 and 1.45 #214

Open reefbreak opened 2 months ago

reefbreak commented 2 months ago

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:

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

ValdasJankaitis commented 1 month ago

Exatly same issue.