Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Aug 22, 2024 · 1 comment

Comments

@reefbreak
Copy link

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

@ValdasJankaitis
Copy link

Exatly same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants