【发布时间】:2015-06-01 06:53:34
【问题描述】:
我已经添加了 UIKit.framework,
但我会在下面的 XCode 中得到构建错误,
有人知道怎么解决吗?
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_UIPresentationController", referenced from:
objc-class-ref in gpg(GPGToastView.o)
"_OBJC_CLASS_$_UIUserNotificationSettings", referenced from:
objc-class-ref in gpg(GPGManager.o)
"_OBJC_CLASS_$_UIMutableUserNotificationCategory", referenced from:
objc-class-ref in gpg(GPGManager.o)
"_OBJC_CLASS_$_UIMutableUserNotificationAction", referenced from:
objc-class-ref in gpg(GPGManager.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
XCode 版本:5.1.1
【问题讨论】:
标签: xcode unity3d google-play-games