installing AWS ios sdk in swift project

bkopp

I'm trying to add the AWS SDK to my xcode project that is written in swift.

I followed these steps: http://mobile.awsblog.com/post/Tx2AA7ZHB1FK0G1/Version-2-of-the-AWS-SDK-for-iOS-Developer-Preview to create a Bridge-Header file, and add the SDK itself to my project.

The problem is that when I try to build the app I get an error now... the Bridge Header cannot be imported because one of the files in the AWS SDK (AWSModel.h) has an error. This file tries to import Mantle/Mantle.h, and the error reads "Mantle/Mantle.h file not found"

do I need to add this file to my project as well? If so, how would I go about doing that? The only frameworks I'm using are Facebook SDK, and I would like to add AWS as well.

Yosuke Matsuda

There is a working sample app on GitHub. You should follow README and see if you can compile the app. It should help you understand how to set up the project.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

在swift项目中安装AWS ios SDK

来自分类Dev

无法在Swift Project中建立Facebook ios SDK

来自分类Dev

无法在Swift Project中建立Facebook ios SDK

来自分类Dev

将Google Maps SDK与Parse.com Project iOS Swift结合使用

来自分类Dev

更新后,AWS iOS SDK的构建失败(Swift 1.2环境)

来自分类Dev

iOS Swift和Facebook SDK

来自分类Dev

iOS Swift和Facebook SDK

来自分类Dev

AWS 分析 - swift 3 - iOS?

来自分类Dev

AssumeRole-AWS iOS SDK示例

来自分类Dev

AWS iOS SDK AWSServiceManager多种服务配置

来自分类Dev

AWS iOS SDK 2.4.0和Cognito文档

来自分类Dev

swift:如何在为 aws-api-gateway 生成的 iOS sdk 中的 PUT 请求中设置正文?

来自分类Dev

iOS 8 SDK,Swift,MapKit绘制路线

来自分类Dev

Swift / iOS:分析(lldb)崩溃,PayPal iOS SDK

来自分类Dev

AWS APIGateway 是否生成 SDK 和 Swift 4.0?

来自分类Dev

使用AWS iOS SDK 2.0上传的文件的权限

来自分类Dev

执行放置项目请求-AWS DynamoDB ios SDK

来自分类Dev

执行放置项目请求-AWS DynamoDB ios SDK

来自分类Dev

AWS DynamoDB iOS SDK静默失败,但始终返回成功状态

来自分类Dev

如何使用Fabric SDK在Swift iOS应用中强制崩溃?

来自分类Dev

使用Swift在iOS SDK中处理Facebook Graph API结果

来自分类Dev

Swift(iOS 8 SDK)将Unmanaged <ABMultiValueRef>转换为ABMultiValueRef

来自分类Dev

如何将Chartboost IOS SDK与Swift集成

来自分类Dev

Facebook SDK 4.0.1 Swift错误xcode 6.2 iOS 8.2

来自分类Dev

Facebook SDK 4.0 IOS Swift以编程方式注销用户

来自分类Dev

如何在Swift项目中集成PayUMoney iOS SDK?

来自分类Dev

HDFC iOS SDK崩溃以集成到Swift中?

来自分类Dev

Swift iOS App中Nest SDK的身份验证延迟

来自分类Dev

Swift中的Google Maps iOS SDK代码有什么作用?

Related 相关文章

热门标签

归档