ios开启了linker flag -ObjC,真机(iphone4, iphone5s等)上编译报错:
Undefined symbols for architecture armv7:
"_SDL_main", referenced from:
-[SDLUIKitDelegate postFinishLaunch] in libCrossApp.a(SDL_uikitappdelegate.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ios开启了linker flag -ObjC,真机(iphone4, iphone5s等)上编译报错: Undefined symbols for architecture armv7: "_SDL_main", referenced from: -[SDLUIKitDelegate postFinishLaunch] in libCrossApp.a(SDL_uikitappdelegate.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)