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

can not create ipa from make file #634

Open
hojeezila opened this issue Aug 19, 2024 · 3 comments
Open

can not create ipa from make file #634

hojeezila opened this issue Aug 19, 2024 · 3 comments

Comments

@hojeezila
Copy link

** ARCHIVE FAILED **

The following build commands failed:
SwiftGeneratePch normal arm64 Compiling\ bridging\ header (in target 'idownloadd' from project 'idownloadd')
(1 failure)
make[2]: *** [build] Error 65
make[1]: *** [idownloadd] Error 2
make: *** [all] Error 2

@paradiseduo
Copy link

my error is
rm -rf .build mkdir -p .build cp -r _external/basebin/* .build cp _external/basebin/.version .build rm -rf .include mkdir -p .include cp -r _external/include/* .include make[2]:libxpf.dylib' is up to date.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C opainject FINALPACKAGE=1
Makefile:4: /makefiles/common.mk: No such file or directory
Makefile:14: /tool.mk: No such file or directory
make[2]: *** No rule to make target /tool.mk'. Stop. make[1]: *** [opainject] Error 2 make: *** [all] Error 2

@ghh-jb
Copy link

ghh-jb commented Oct 17, 2024

Check out build instructions in my fork: https://github.com/ghh-jb/dopamine

@ghh-jb
Copy link

ghh-jb commented Oct 17, 2024

my error is

`

rm -rf .build

mkdir -p .build

cp -r _external/basebin/* .build

cp _external/basebin/.version .build

rm -rf .include

mkdir -p .include

cp -r _external/include/* .include

make[2]: `libxpf.dylib' is up to date.

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C opainject FINALPACKAGE=1

Makefile:4: /makefiles/common.mk: No such file or directory

Makefile:14: /tool.mk: No such file or directory

make[2]: *** No rule to make target `/tool.mk'. Stop.

make[1]: *** [opainject] Error 2

make: *** [all] Error 2

`

Install theos and export path to it. E.X. ghh@jb$: export THEOS=/opt/theos

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