arcore-ios-sdk icon indicating copy to clipboard operation
arcore-ios-sdk copied to clipboard

nanopb version

Open UmidjonOkhunov opened this issue 1 year ago • 2 comments

firebase_messaging library our app uses requires
nanopb (~> 3.30910.0)

But this library has a different requirement. nanopb (< 2.30911.0, >= 2.30908.0)

Do you think there would be any issues if we just updated the requirements in a forked repo?

UmidjonOkhunov avatar Nov 12 '24 00:11 UmidjonOkhunov

I Have the same issue

CocoaPods could not find compatible versions for pod "nanopb": In Podfile: ARCore/AugmentedFaces (~> 1.46.0) was resolved to 1.46.0, which depends on nanopb (< 2.30911.0, >= 2.30908.0)

firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 11.3.4, which depends on
  Firebase/Analytics (= 11.4.0) was resolved to 11.4.0, which depends on
    Firebase/Core (= 11.4.0) was resolved to 11.4.0, which depends on
      FirebaseAnalytics (~> 11.4.0) was resolved to 11.4.0, which depends on
        nanopb (~> 3.30910.0)

forYouDevelop avatar Nov 12 '24 14:11 forYouDevelop

I have temporarily created a fork of ARCore called ARCoreNanoPbUpdated 1.46.0.1 to address the issue while we await an official update from Google for the ARCore package. To integrate this fix, simply replace the following line in your Podspec: s.dependency 'ARCore/CloudAnchors', '~> 1.46.0' with: s.dependency 'ARCoreNanoPbUpdated/CloudAnchors', '~> 1.46.0.2'

hlefe avatar Feb 07 '25 17:02 hlefe