Closed Mukul1127 closed 5 months ago
Something in the newer iOS SDKs have that weird problem. None of us have really thought about resolving it. Maybe It can be resolved. I’ll see what I could do.
Also which 16.x.x SDK are you referring? I know that 16.5 and older SDKs work normally. Are you using a newer iOS 16 SDK to cause the libcolorpicker problem?
Also it seems this is caused by Theos-jailed as it uses CydiaSubstrate, but why do we need it, Theos seems to natively support packaging ipas: https://theos.dev/docs/packaging Edit: I figured out that Theos can build ipas from source, not modify them.
Try removing Theos-jailed from the compiler and see if the results change. I never really knew why Theos-jailed was needed but it would probably be important for something
This may be promising: https://github.com/kabiroberai/theos-jailed/pull/71, EDIT: made a repo with the changes here: https://github.com/Mukul1127/theos-jailed, EDIT 2: It also failed
I managed to fix the libcolorpicker link failure with help from the nice people in the Alderis github: https://github.com/hbang/Alderis/issues/28
Is there an existing issue for this?
Have you read the Wiki?
Describe the bug
Whenever I try to build uYouEnhanced with any 17.x.x sdk (I used 17.0.3) I get this error:
Steps to reproduce the issue
libcolorpicker
to fail to link for me, tried 16.4 from your repo, 16.4 from upstream iOS-SDK, and 16.5 from theos repo)