Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: bash: -x: command not found #711

Open
minacrissdev opened this issue Mar 27, 2023 · 2 comments
Open

[Bug]: bash: -x: command not found #711

minacrissdev opened this issue Mar 27, 2023 · 2 comments

Comments

@minacrissdev
Copy link

What are the steps to reproduce this issue?

make package

What happens?

sh-3.2# make
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
==> Warning: Building for iOS 12.3, but the current toolchain can’t produce arm64e binaries for iOS earlier than 14.0. More information: https://theos.dev/docs/arm64e-deployment

Making all for tweak minav3…
==> Preprocessing Tweak.x…
==> Compiling Tweak.x…
bash: -x: command not found
make[2]: *** [/Users/minacriss/Documents/Minasoftware/minav3/.theos/obj/debug/Tweak.x.b1b25cd9.o] Error 127
rm /Users/minacriss/Documents/Minasoftware/minav3/.theos/obj/debug/Tweak.x.m
make[1]: *** [internal-library-all_] Error 2
make: *** [minav3.all.tweak.variables] Error 2

What were you expecting to happen?

Sucessfully build

Paste any relevant logs, error output, etc.

No response

Additional context

No response

What OS are you seeing the problem on?

macOS

What OS version does it have installed?

macos 13.2

What toolchain and version are you using?

xcode 14.0

Which SDK version are you using?

15.0

What OS is your client device running?

iOS

What OS version does it have installed?

15.0

Which device model is it?

iPad Mini

Which jailbreak is it using (if relevant)?

Xina

@L1ghtmann
Copy link
Member

Would you mind sharing either your project's Makefile or the output of make clean package messages=yes? Thanks!

@lizhongkan
Copy link

lizhongkan commented Apr 27, 2023

I have the same issue. It happens when I added this line in Makefile:
THEOS_PLATFORM_SDK_ROOT = /Applications/Xcode_11.7.app/Contents/Developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants