I tried to build game which is created by renpy (Ren'Py 6.99.11.1749). I succeeded building the game on iOS simulator (iPhone 6). But I tried to run on my device (iPhone 5s, iOS 10.0.2) and that build failed. Xcode (Xcode 8.0) complains that:
Undefined symbols for architecture arm64:
"_png_init_filter_functions_neon", referenced from:
_png_init_filter_functions in libpng.a(pngrutil.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)