qnblackcat / uYouPlus

uYou+ is a modified version of uYou (made by @MiRO92) with additional features and mainly made for non jailbroken users!
7.19k stars 8.44k forks source link

[3.0.3] Build is failing with property 'onesieVideoID' not found on object of type 'YTReelModel *' #1551

Closed gainb closed 3 weeks ago

gainb commented 4 weeks ago

Is there an existing issue for this?

Have you read the FAQ?

Device information

IPA source

https://armconverter.com/decryptedappstore/us

Describe the issue

Build step is failing with error message property 'onesieVideoID' not found on object of type 'YTReelModel *'. Looks like its related to changes made in Tweak.x in commit 2c474db

 ==> Compiling Settings.x (arm64)…
Tweak.x:401:25: error: property 'onesieVideoID' not found on object of type 'YTReelModel *'
==> Compiling Tweak.x (arm64)…
        videoId = model.onesieVideoID;
                        ^
1 error generated.
make[4]: *** [/Users/runner/work/uYouPlus/uYouPlus/theos/makefiles/instance/rules.mk:403: /Users/runner/work/uYouPlus/uYouPlus/main/.theos/obj/arm64/Tweak.x.7b36a6e6.o] Error 1
rm /Users/runner/work/uYouPlus/uYouPlus/main/.theos/obj/arm64/Tweak.x.m
make[3]: *** [/Users/runner/work/uYouPlus/uYouPlus/theos/makefiles/instance/library.mk:52: /Users/runner/work/uYouPlus/uYouPlus/main/.theos/obj/arm64/YouTubeDislikesReturn.dylib] Error 2
make[2]: *** [/Users/runner/work/uYouPlus/uYouPlus/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make[1]: *** [/Users/runner/work/uYouPlus/uYouPlus/theos/makefiles/master/rules.mk:146: YouTubeDislikesReturn.all.tweak.variables] Error 2
make: *** [/Users/runner/work/uYouPlus/uYouPlus/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2
Error: Process completed with exit code 2.

Steps to reproduce

  1. Download decrypted youtube app from https://armconverter.com/decryptedappstore/us
  2. Build latest commit

Crash log

No response

Are you using the latest version of uYouPlus? If not, why?

✅ Yes, I'm using the latest version of uYouPlus

Does the issue happen with the official YouTube app from the App Store?

❌ No, I cannot reproduce this issue in the official YouTube app from the App Store

Additional information

No response

PoomSmart commented 3 weeks ago

Fixed.