hi,
i am just trying to add iap in my game with storekit.mm but getting the error as above here's the step i have taken
1) export project
2) drag and drop storekit.mm in my xcode project and checked the option to copy files in directory and add to targets
3) drag and drop all the files in include folder (lua.h,luaxlib.x,....) and checked the option to copy files in directory and add to targets
4) hit the run button
have i missed any step ?
thnx
Comments
And it usually have something to do with dependencies.
Which xcode version are you using?
Does it not work on simulator or device?
Some references:
http://stackoverflow.com/questions/5329001/apple-mach-o-linker-error-when-compiling-for-device
http://stackoverflow.com/questions/6548824/mach-o-linker-id-error
xcode version 4.3.2
on both
let me chk those links
thnx