Open alexwestcott1 opened 5 years ago
Hi,
I'm getting the same issue and still no luck. While it's working fine on Android. I'm using the latest version (11.2.1)of Xcode.
Any help would be really appreciated!
Thank you
Hey, anyone found a solution to this yet?
Hours later I figured out a solution. Basically open up your app and the example project they give you in XCode. in your app build it and when the errors come up (for me was 3) locate those files and then locate those same files in their example project. I've already solved it so I forgot which files exactly (was playing around with it and it happened to work). When you locate those files, in your project I just tapped on the function when pressed jump to definition, then find the same path in their example project and you'll see that there are those functions missing in your project. Simply copy the rest of the functions to your xcode files and it'll work.
@zxcvbnmmohd For me still not working :(
Solved the problem for now in this commit. There were breaking changes in the Firebase upstream from iOS. A bit of a problem is that the latest version of Firebase is currently being used. Someone still needs to lock the version in podspec, but I'm a beginner with Objective C. I would be happy if someone would take over. Let me know if I should submit a PR, but the project looks unmaintained at the moment.
Hi guys, How did you manage to make it work for android?. I get error:- java:3: error: package android.support.annotation does not exist. Opened an issue describing it. https://github.com/rishabnayak/firebase_mlkit_language/issues/38
I'm also having this issue ... have set iOS target to 9 like required and doesn't work .. using version 1.1.3
Any news?
Hours later I figured out a solution. Basically open up your app and the example project they give you in XCode. in your app build it and when the errors come up (for me was 3) locate those files and then locate those same files in their example project. I've already solved it so I forgot which files exactly (was playing around with it and it happened to work). When you locate those files, in your project I just tapped on the function when pressed jump to definition, then find the same path in their example project and you'll see that there are those functions missing in your project. Simply copy the rest of the functions to your xcode files and it'll work.
What?!
any update !!!?
Although I've managed to implement the firebase_mlkit_language package for an Android application, I receive the following error when trying to run the application on iOS.
I've set up Firebase for the project, and it runs as expected for Android, but it's giving me this error on iOS. Any help would be appreciated!