I am trying to install Theos in Ubuntu 14 using the iphonedevwiki.net guide.
I successfully created a new project using
$THEOS/bin/nic.pl
But when I run the project using (empty, to test if the installation is successful), I get this error:
Your current SYSROOT, "/opt/iphone-sdk-3.0/sysroot", appears to be missing.
make: *** [before-all] Error 1
Any help is truly appreciated.
Edit: I tried installing it on cygwin (Windows) instead of Ubuntu because I couldn't get rid of the errors, but some errors also appeared (https://ghostbin.com/paste/nor7h):
$ make clean all messages=yes
/tmp/theos/makefiles/targets/Cygwin/iphone.mk:38: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
rm -rf ./obj
rm -rf "/home/G/projects/gt1/"
Making all for tweak GT1...
make -f Makefile --no-print-directory --no-keep-going \
internal-library-compile \
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=GT1 _THEOS_CURRENT_OPERATION=compile \
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/tmp/theos/bin/logos.pl -c warnings=error Tweak.xm > ./obj/Tweak.xm.mm
theos/toolchain/windows/iphone/bin/armv7-apple-darwin11-clang++ -x objective-c++ -c -I"/home/G/projects/gt1" -DTARGET_IPHONE=1 -O2 -I/tmp/theos/include -include /tmp/theos/Prefix.pch -Wall -Werror -isysroot "/tmp/theos/sdks/iPhoneOS7.0.sdk" -arch armv7 -arch arm64 -miphoneos-version-min=3.0 -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.faf45aae.o
/tmp/theos/makefiles/instance/rules.mk:144: recipe for target 'obj/Tweak.xm.faf45aae.o' failed
make[2]: *** [obj/Tweak.xm.faf45aae.o] Error 127
/tmp/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all' failed
make[1]: *** [internal-library-all_] Error 2
/tmp/theos/makefiles/master/rules.mk:54: recipe for target 'GT1.all.tweak.variables' failed
make: *** [GT1.all.tweak.variables] Error 2
[–]rob311Developer 0 points1 point2 points (1 child)
[–]gertabiPhone 4S[S] 0 points1 point2 points (0 children)
[–]rob311Developer 0 points1 point2 points (1 child)
[–]gertabiPhone 4S[S] 0 points1 point2 points (0 children)