Ziggeo / ReactNativeSDK

React Native SDK
Apache License 2.0
7 stars 6 forks source link

Error during build #93

Closed yaronlevi closed 2 years ago

yaronlevi commented 2 years ago

Hi (-: We are stuck on this issue for several days now and don't know what to do. Our build (Bitrise) is failing on Ziggeo with this error:

`* What went wrong: Could not determine the dependencies of task ':react-native-ziggeo-library:compileReleaseAidl'.

Could not resolve all task dependencies for configuration ':react-native-ziggeo-library:releaseCompileClasspath'. Could not find com.github.ZiggeoJitpackService:Android-SDK:2.4.5. Required by: project :react-native-ziggeo-library`

CleanShot 2022-03-20 at 10 19 00@2x

We haven’t touched our codebase. Meaning the exact same commit worked well and passed the build a few days ago. It seems like there is some error when trying to fetch the library.

Any help would be much appriciated.

yaronlevi commented 2 years ago

Update: We've updated Ziggeo to the latest version 1.6.7 and now we get a different error regarding the Mediapipe lib: CleanShot 2022-03-22 at 16 43 42@2x

3akat commented 2 years ago

Hey @yaronlevi! Will try to fix it asap

3akat commented 2 years ago

@yaronlevi can you please try the previous version, the issue with 2.4.5 should be fixed

yaronlevi commented 2 years ago

@3akat I don't understand. Which version of react-native-ziggeo-library should be good now?

3akat commented 2 years ago

@yaronlevi we're still working on 1.6.7, so please try the version you used when opened this issue

yaronlevi commented 2 years ago

@3akat ok, 1.6.4 is working again. Thank you!