Lightmann

Results 145 comments of Lightmann

@MikePendo Not yet, no. Though this is likely to be an issue moving forward, currently the issue is limited to newer sdks so it hasn't been a high priority. Regarding...

Hey, thanks for reporting this. Unfortunately, this appears to be out of our hands as it seems to be an issue with the rootless `perl` having an [incomplete patch](https://github.com/ProcursusTeam/Procursus/issues/1427).

That's what appears to be the case, yes.

Placing this here as it seems this may need further review. The codesign step isn't necessary for all platforms, so `TARGET_CODESIGN` is set in darwin_head.mk instead of the given platform.mk....

Would you mind sharing the output of `echo $THEOS` and your project's Makefile? Thanks!

Huh, how odd. It looks like everything is configured as it should be. I would check that you don't have conflicting environment variables (~/.profile, ~/.bash_profile, ~/.bashrc, etc)

It's not working because you're invoking make with sudo. Theos should not be run with root/sudo.

I'm not too familiar with our swift tools, but you can try a newer toolchain. ``` mv $THEOS/toolchain $THEOS/old-toolchain mkdir -p $THEOS/toolchain curl -sL https://github.com/kabiroberai/swift-toolchain-linux/releases/download/v2.3.0/swift-5.8-ubuntu20.04.tar.xz | tar -xJvf - -C...

@SamuraiDjvak please try downloading a newer sdk. We are working on updating ours, but in the meantime you can try these https://github.com/xybp888/iOS-SDKs. Just download one of the newer ones and...

> Also I upload updated SDK and still having the same issue: I would try removing the armv7 arch from your Makefile. If `ARCHS` is not explicitly defined, you can...