qnblackcat / uYouPlus

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

[v19.08.2-3.0.3] Error 1 and 2 when i build - problem with SDK #1382

Closed Bob4716 closed 5 months ago

Bob4716 commented 5 months ago

Is there an existing issue for this?

Have you read the FAQ?

Device information

Describe the issue

I encountered a build issue that resulted in the following errors:

Error 1:

Your branch is up to date with 'origin/master'. mv: rename *.sdk to /Users/runner/work/uYouEnhanced/uYouEnhanced/theos/sdks/*.sdk: No such file or directory

Error: Process completed with exit code 1.

i fix this issue to add 16.1 and is fix error 1.

Error 2:

==> Error: Your chosen SDK, “iPhoneOS16.4.sdk”, does not appear to exist. make: *** [/Users/runner/work/uYouEnhanced/uYouEnhanced/theos/makefiles/master/rules.mk:74: before-all] Error 1 Error: Process completed with exit code 2.

Error: Your chosen SDK, “iPhoneOS16.4.sdk”, does not appear to exist.?? i add 16.1

i search issue and people said uYou have issue with ios 16 but i try ios 15.5 and i have same issue :/

idk how to fix this issue.

Steps to reproduce

  1. Error 1: Your branch is up to date with 'origin/master'. mv: rename *.sdk to /Users/runner/work/uYouEnhanced/uYouEnhanced/theos/sdks/*.sdk: No such file or directory

Error: Process completed with exit code 1.

  1. Error 2: ==> Error: Your chosen SDK, “iPhoneOS16.4.sdk”, does not appear to exist. make: *** [/Users/runner/work/uYouEnhanced/uYouEnhanced/theos/makefiles/master/rules.mk:74: before-all] Error 1 Error: Process completed with exit code 2.

Error: Your chosen SDK, “iPhoneOS16.4.sdk”, does not appear to exist.

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

george2781 commented 5 months ago

Hi there! I presume you're building with GitHub actions too, in which case you're limited to sdks available in https://github.com/theos/sdks

The iPhoneOS16.5.sdk that the workflow runs with by default should be totally fine when it comes to compiling (I successfully built uYouPlus for my iPhone 7 (GSM) (iphone9,3) running iOS 15.8.2 using it).

Bob4716 commented 5 months ago

Hi there! I presume you're building with GitHub actions too, in which case you're limited to sdks available in https://github.com/theos/sdks

The iPhoneOS16.5.sdk that the workflow runs with by default should be totally fine when it comes to compiling (I successfully built uYouPlus for my iPhone 7 (GSM) (iphone9,3) running iOS 15.8.2 using it).

Yea, Okay i try thanks

LeejinHHyuk commented 5 months ago

Hi there! I presume you're building with GitHub actions too, in which case you're limited to sdks available in https://github.com/theos/sdks

The iPhoneOS16.5.sdk that the workflow runs with by default should be totally fine when it comes to compiling (I successfully built uYouPlus for my iPhone 7 (GSM) (iphone9,3) running iOS 15.8.2 using it).

It's doesn't work ㅜㅜ it makes error1. please somebody help me ㅜㅜ

https://github.com/LeejinHHyuk/uYouEnhanced/actions/runs/8490764819/job/23262161458

Bob4716 commented 5 months ago

Oh really? Please dev fix this. I try it later and I reopened this issue.

george2781 commented 5 months ago

From the looks of things you're trying to build uYouEnhanced, NOT uYouPlus, I will try to build uYouEnhanced myself however ideally if you're having issues with uYouEnhanced specifically you should report issues over there.

george2781 commented 5 months ago

uYouEnhanced picks from this list of sdks, so you've got to pick one from in there :)

george2781 commented 5 months ago

Oh that's weird. ESPECIALLY considering I picked 17.2, NOT 16.4.

image

george2781 commented 5 months ago

Looks like the makefile is hardcoded for 16.4, compiling with that worked flawlessly, though I haven't tested the result.

enokseth commented 5 months ago

You just changed the names without changing them all upstream, your error does not come from the selected SDK version nor from Theos, when you "Fork This repository" you will have to uncheck the "main branch only" option and fork it correctly. project, then you will also have to fork https://github.com/softprops/action-gh-release, also this one

https://github.com/kabiroberai/theos-jailed

and this one

https://github.com/qnblackcat/github-action-create-pr-parent-submodule

and this one

https://github.com/Randomblock1/theos-action

and change line in the buildapp.yaml and or makefile if you need to do.

Bob4716 commented 5 months ago

You just changed the names without changing them all upstream, your error does not come from the selected SDK version nor from Theos, when you "Fork This repository" you will have to uncheck the "main branch only" option and fork it correctly. project, then you will also have to fork https://github.com/softprops/action-gh-release, also this one

https://github.com/kabiroberai/theos-jailed

and this one

https://github.com/qnblackcat/github-action-create-pr-parent-submodule

and this one

https://github.com/Randomblock1/theos-action

and change line in the buildapp.yaml and or makefile if you need to do.

okay i do... its works thank you very much