EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

CocoaPods could not find compatible versions for pod "TensorFlowLiteObjC" #1843

Open ipald opened 2 years ago

ipald commented 2 years ago

Hello, as I wrote in title I have some problems trying to compile/run my application (ns7) on iOS (BigSur 11.4).

Webpack compilation complete. Watching for file changes.
Webpack build done!
nativescript-plugin-firebase: /Users/ipald/Projects/MlKitDemo/platforms/ios/.pluginfirebaseinfo not found, forcing prepare!
nativescript-plugin-firebase: running release build or change in environment detected, forcing prepare!
Installing pods...
Analyzing dependencies
Pre-downloading: `Toast-Swift` from `https://github.com/triniwiz/Toast-Swift.git`
[!] CocoaPods could not find compatible versions for pod "TensorFlowLiteObjC":
  In Podfile:
    Firebase/MLModelInterpreter was resolved to 6.34.0, which depends on
      FirebaseMLModelInterpreter (~> 0.22.0) was resolved to 0.22.0, which depends on
        TensorFlowLiteObjC (~> 2.3.0)

    Firebase/MLVisionAutoML was resolved to 6.34.0, which depends on
      FirebaseMLVisionAutoML (~> 0.21.0) was resolved to 0.21.0, which depends on
        TensorFlowLiteObjC (~> 2.1.0)
'pod install' command failed.

There is a way to install TensorFlow manually?

PS: no problems at all compiling for android (on mac and on ubuntu)

Macarthurval commented 2 years ago

I have exactly the same issue.