qnblackcat / uYouPlus

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

[Questions] Error building action workflow #1341

Closed HamsterHawk closed 8 months ago

HamsterHawk commented 8 months ago

Have you read the FAQ?

Is there an existing issue/question for this?

Do you think this is a bug?

❌ No, I don't think this is a bug. I will explain below

My question

Hi, im trying to build the app to get the IPA because i apparently need to do that now but im getting this error and i dont have any clue how to resolve it

rD1cFJr

please help thanks

Additional context

No response

N0cky commented 8 months ago

Can confirm, same error for me

k3v1nwrld commented 8 months ago

+1, this issue has been around for a week or so but no one has been talking about it apparently

mitul72 commented 8 months ago

+1

apexmod2 commented 8 months ago

Getting same error too

Wulgaren commented 8 months ago

same here

Amathou commented 8 months ago

+1

kerness commented 8 months ago

+1

soscaster commented 8 months ago

same here

dcm2610 commented 8 months ago

+1

WongPuikyun commented 8 months ago

+1

MrBanhBao commented 8 months ago

+1

MrDirectory commented 8 months ago

+1

niks-iqbal commented 8 months ago

iSponsorBlock missing @ bundle = [NSBundle bundleWithPath:ROOT_PATH_NS("/Library/Application Support/iSponsorBlock.bundle")]; bundle = [NSBundle bundleWithPath:ROOT_PATH_NS(@"/Library/Application Support/iSponsorBlock.bundle")];

If so, how to change it then ?

Dangvinh777 commented 8 months ago

same problem image

shadow-mafi commented 8 months ago

+1

vkhiep commented 8 months ago

same problem image

downgraded Theos "buildapp.yml"

new:

Dangvinh777 commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml" name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

so how does it solve the problem ?

It worked for me, but I don't know how it operation lol

shadow-mafi commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml" name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

so how does it solve the problem ?

change file .github/workflows/buildapp.yml Working 100%

another error on setuping theos

Dangvinh777 commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml" name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

so how does it solve the problem ?

change file .github/workflows/buildapp.yml Working 100%

another error on setuping theos

Can u take a screenshot for debugging easier ?

shadow-mafi commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml" name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

so how does it solve the problem ?

change file .github/workflows/buildapp.yml Working 100%

another error on setuping theos

Theo not theojail

thanks worked like a charm !

HamsterHawk commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml"

name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

this solution is confusing im sorry. also it says theo-jailed for me in the original screenshot and not theos

anniechau commented 8 months ago

If so, how to change it then ?

downgraded Theos "buildapp.yml" name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: master <---- change path: theos submodules: recursive new:

  • name: Setup Theos uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 4bcc52914e0eeca719288522938185decaa8a1cb path: theos submodules: recursive

this solution is confusing im sorry. also it says theo-jailed for me in the original screenshot and not theos

Theos not Theos-jailed

E8C67B30-70FA-43BC-A591-AFDCA5000B04 Cảm ơn anh ạ

HamsterHawk commented 8 months ago

ah i see. i fixed my silly mistake and it worked. thank you!

k3v1nwrld commented 8 months ago

Please do not mark this as fixed, just because a workaround was found it does not mean it is fixed Edit: It is fixed now

mitul72 commented 8 months ago

Please do not mark this as fixed, just because a workaround was found it does not mean it is fixed

I agree on that one

qnblackcat commented 8 months ago

Guys, I'm on vacation right now. I will look at this later. Sorry for the inconvenience.

k3v1nwrld commented 8 months ago

Guys, I'm on vacation right now. I will look at this later. Sorry for the inconvenience.

This really hasnt anything to do with uYouPlus, the problem is with iSponsorBlock @iCrazeiOS

iCrazeiOS commented 8 months ago

Seems like theos' recent libroot changes have caused iSB compilation to fail?

Odd. I will take a look later today

iCrazeiOS commented 8 months ago

Just pushed a fix to iSponsorBlock - everything should be fine now 😄

k3v1nwrld commented 8 months ago

I think the errors are still the same... image

k3v1nwrld commented 8 months ago

Hey @qnblackcat the issue is fixed now, we just need you to update submodules since they are disabled for forks

Dangvinh777 commented 8 months ago

image I have this problem, I have checked all option of token

Dangvinh777 commented 8 months ago

image I have this problem, I have checked all option of token

bạn không có quyền up trực tiếp vào đây chỉ up bên bạn thôi, đổi mấy cái qnblackcat thành tên bạn

à mình hiều rồi,mình cảm ơn nhiều

niks-iqbal commented 8 months ago

You do not have the right to upload directly here, only upload from your side, change the qnblackcat to your name

How to Do it ?