【发布时间】:2017-03-25 10:55:13
【问题描述】:
我尝试构建由 renpy (Ren'Py 6.99.11.1749) 创建的游戏。我成功地在 iOS 模拟器(iPhone 6)上构建了游戏。但我尝试在我的设备(iPhone 5s、iOS 10.0.2)上运行,但构建失败。 Xcode (Xcode 8.0) 抱怨:
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)
【问题讨论】:
标签: ios objective-c iphone xcode renpy