Code Monkey home page Code Monkey logo

Comments (13)

arichornlover avatar arichornlover commented on May 27, 2024 1

Hey I’m back! And good news! It built the app without any consequences! I was happy when it successfully builded the ipa. took about 15+ hours to fix problems but definitely worth it! the ipa will be in releases If you do go to my uYouPlus fork.
and here’s the ipa if you want to see for yourself! https://github.com/arichorn/uYouPlusExtra/releases/download/v17.37.3-2.1-(210)/uYouPlusExtra_17.37.3_2.1_F5.ipa

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024 1

That's a bit strange, because the tweak should not run on your device. It only supports iPhone 12 mini, iPhone 13 series and newer. You don't need the tweak anyway, since the notch doesn't cut into 2:1 videos on your device.

yep, but I didn’t just add this tweak for me, I added it to my repository for everyone else that uses iPhone 12 Mini and newer. So definitely did something helpful for ya ✌️

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

The error is indicating that an extra close curly bracket ("}") was found. I just looked at your uYouPlus.xm file and there seems to be a missing open curly bracket ("{") on line 1158:

if (dontEatMyContent) {.

Adding it should resolve the issue. Let me know if you're still having problems!

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024

I might’ve forgot to add that, I sometimes forget the code at the bottom but at the moment I am having errors because your tweak uses a lot of unused YouTubeHeaders in uYouPlus and I’m currently trying to sort it out rn
https://github.com/arichorn/uYouPlusExtra/actions/runs/3115975585

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

My function and interface declarations are in the Tweak.h file. I could and should have put them in proper individual header files but I didn't :P. Make sure you have those in your header file as well.

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024

Alright I’ll see if adding of these should work, I tell you when it works (or a chance of it not working)

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024

I’m back. I did fix a lot of errors with the YouTubeHeaders but after 2 hours of fixing I still get the unsuccessful action build error but yeah since I’m not a full-on expert coder but I did do progress on adding it.
https://github.com/arichorn/uYouPlusExtra/actions/runs/3116229693/jobs/5053874968

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

It seems like the functions hasn't been declared. If you're including the YouTube header files manually, you must also include all of their superclasses' header files as well (the superclasses will have the required function declarations), which would require a lot of work. Your best bet, like I said, would be to copy the interface and function declarations from my Tweak.h file to your header file.

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024

Also my iPhone doesn’t show the option so I gotta say nice job on adding the unsupported device feature! ✌️

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

Which iPhone do you have?

from donteatmycontent.

arichornlover avatar arichornlover commented on May 27, 2024

I can see the option now, the reason why it was invisible was because of me not including the tweak in the NSMutableArray but since I added it in there, it should be visible.

Which iPhone do you have?

My model is the iPhone 11 (Non-Pro)

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

That's a bit strange, because the tweak should not run on your device. It only supports iPhone 12 mini, iPhone 13 series and newer. You don't need the tweak anyway, since the notch doesn't cut into 2:1 videos on your device.

from donteatmycontent.

therealFoxster avatar therealFoxster commented on May 27, 2024

I see. It's still weird that it shows up on your device. Hopefully it doesn't act up or do something weird (it shouldn't in most cases).

from donteatmycontent.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.