-
Notifications
You must be signed in to change notification settings - Fork 117
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
URGENT: Issue with Jitpack repo in latest version #311
Comments
We are experiencing this issue as well, we can't release to google play because of this |
I changed this: implementation 'com.github.zoom-us-community:jitpack-zoom-us:5.13.10.12578' to this: implementation 'com.github.zoom-us-community.jitpack-zoom-us:commonlib:5.13.10.12578' // 5.13.10.12577 ...in my react-native-zoom-us build.gradle locally, and now I'm getting these errors.
|
@mieszko4 can you have a look at it please thanks! |
Update on this. We found a workaround for now by just downloading the aar files manually and changing the react-native-zoom-us's build.gradle file to what I had below. I'm not sure if there is an issue with the .jar file located at that jitpack location that is causing the issue, but I noticed that it's managed by zoom directly, so maybe it just fell by the wayside 🤷♂️ - implementation 'com.github.zoom-us-community:jitpack-zoom-us:5.13.10.12578' // 5.13.10.12577
+ implementation files('/path-to-zoom-sdk-on-machine/zoom-sdk-android-5.13.10.12577/mobilertc-android-studio/mobilertc/mobilertc.aar')
+ implementation files('/path-to-zoom-sdk-on-machine/zoom-sdk-android-5.13.10.12577/mobilertc-android-studio/commonlib/commonlib.aar') |
I face the same issue, have to upgrade to: |
That is because there were breaking changes in 5.14.0. So the react native zoom us code will need to be changed to reflect that. |
The err is here:
If you go to https://jitpack.io/com/github/zoom-us-community/jitpack-zoom-us/mobilertc/5.13.10.12578/, you will see that it is missing On the other hand, in the build logs (https://jitpack.io/com/github/zoom-us-community/jitpack-zoom-us/5.13.10.12578/build.log) there is Also, I am certain that I tested this version on Android back then. The newest jitpack build has .aar file in https://jitpack.io/com/github/zoom-us-community/jitpack-zoom-us/mobilertc/5.16.2.16555/ |
I created jitpack issue jitpack/jitpack.io#5950 |
hi @wilkinson4 , thanks for your idea on importing local SDK, I copy the ZoomSDK folder directly to android folder and point implementation of mobilrtc and commonlib to it. Can make build now. |
actually I can run it locally but cannot make build due to this:
|
For those who use the workaround to copy
|
This is also blocking us from building the app It seems like the missing build artifacts issue has also happened to other people before jitpack/jitpack.io#5741
@mieszko4 Could we try doing this to see if it fixes the issue? |
Not sure what they mean by tagging a new empty commit. I think we would have to change the version which means that we would need to update |
I just build a new version and all assets show correctly in https://jitpack.io/com/github/zoom-us-community/jitpack-zoom-us/mobilertc/5.13.10.12579/ (as expected) |
I also updated |
great work, thank you so much @mieszko4 |
Really would appreciate a response on this since the deadline to upgrade zoom meetings sdk version is Nov 4th 2023. I tried updating to the latest version of react-native-zoom-us from 6.16.5 but I get the error message below when trying to build/run the app locally. After a lot of googling I tried to upgrade my react-native version from 0.71.3 to 0.72.6, but I am still experiencing the same error when trying to run the app locally.
MacOS Sonoma 14.0 - M2
Error Message:
build.gradle
The text was updated successfully, but these errors were encountered: