Making all for tweak PokemonShuffle...
make -f Makefile --no-print-directory --no-keep-going \
internal-library-compile \
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=PokemonShuffle _THEOS_CURRENT_OPERATION=compile \
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
/var/mobile/Projects/pokemonshuffle/theos/bin/logos.pl -c warnings=error Tweak.xm > ./obj/Tweak.xm.mm
clang++ -x objective-c++ -c -I"/var/mobile/Projects/pokemonshuffle" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/pokemonshuffle/theos/include -include /var/mobile/Projects/pokemonshuffle/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/pokemonshuffle/theos/sdks/iPhoneOS7.0.sdk" -arch armv7 -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_7_0 -miphoneos-version-min=7.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.914d0a58.o
Tweak.xm:142:81: error: expected '(' for function-style cast or type construction
_logos_orig$_ungrouped$AppDelegate$applicationDidBecomeActive$(self, _cmd, void *self);
~~~~ ^
1 error generated.
make[2]: *** [obj/Tweak.xm.914d0a58.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [PokemonShuffle.all.tweak.variables] Error 2