When i try to compile and run the ios_interpreter project that comes with AppGameKit v108 beta 9 in Xcode 4.6.1 with a Tier 1 bytecode.byc file and other media i get the following errors when trying to run in the iPhone Simulator(i386) as well as on a device(armv7):
Undefined symbols for architecture i386:
"AGK::agk::SetEditBoxWrapMode(unsigned int, int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetAdvertLocationEx(int, int, float, float, float)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::InAppPurchaseRestore()", referenced from:
app::Loop() in interpreter.o
"AGK::agk::DownloadExpansionFile()", referenced from:
app::Loop() in interpreter.o
"AGK::agk::GetExpansionFileState()", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetIntendedDeviceSize(int, int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetExpansionFileVersion(int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::GetExpansionFileProgress()", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetImageTransparentColor(unsigned int, int, int, int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetEditBoxExtendedFontImage(unsigned int, unsigned int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::SetEditBoxUseAlternateInput(unsigned int, int)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::RateApp(char*, char const*)", referenced from:
app::Loop() in interpreter.o
"AGK::agk::RateApp(char*, char const*, char const*)", referenced from:
app::Loop() in interpreter.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Am I missing something?
Appify Media - http://www.appifymedia.com
SopiSoft Digital Entertainment - http://www.sopisoft.com