【发布时间】:2017-09-07 15:21:55
【问题描述】:
最近我试图将我的应用程序与 AWS 移动中心集成。我严格遵循 AWS 说明,但总是遇到很多 Mach-O 链接器错误,例如 "_OBJC_CLASS_$_FBSDKLoginManager, referenced from:、"_OBJC_CLASS_$_AWSLambdaInvoker", referenced from: 和 Linker command failed with exit code 1 (use -v to see invocation)。为了解决这个问题,我尝试单独下载这些提到的框架并包含在我的项目中,但最后一个错误Linker command failed with exit code 1 (use -v to see invocation) 就是无法摆脱。
【问题讨论】:
标签: ios swift xcode aws-mobilehub