如何构建AWSiOSSDKv2?

时间:2018-10-29 20:34:28

标签: xcode aws-sdk aws-sdk-ios

如果这是一个新手问题,请原谅我。我正在尝试构建AWS iOS SDK,并且构建失败。我正在使用XCode 10.1 Beta。

我已经克隆了AWS iOS SDK并打开了xcode project file。打开项目后,我尝试清理,测试和构建项目。

  • 清洁工作
  • 测试失败
  • 构建失败。

Build Errors

构建错误

多个命令产生'/Users/user/Library/Developer/Xcode/DerivedData/AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw/Build/Products/Debug-iphonesimulator/AWSCognitoAuthUnitTests.xctest/Info.plist':

  1. 目标'AWSCognitoAuthUnitTests'(项目'AWSiOSSDKv2')具有从'/Users/user/Documents/NewTouch/aws-sdk-ios/AWSCognitoAuthUnitTests/Info.plist'复制到'/ Users / user / Library的命令/Developer/Xcode/DerivedData/AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw/Build/Products/Debug-iphonesimulator/AWSCognitoAuthUnitTests.xctest/Info.plist'

  2. 目标'AWSCognitoAuthUnitTests'(项目'AWSiOSSDKv2')具有处理命令,输出为'/ Users / user / Library / Developer / Xcode / DerivedData / AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw / Build / Products / Debug-iphonesimulator / AWSCSD。 /Info.plist'

多个命令生成'/Users/user/Library/Developer/Xcode/DerivedData/AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw/Build/Products/Debug-iphonesimulator/AWSAllTestsHost.app/PlugIns/AWSCognitoAuthTests.xctest/Info。 >
  1. 目标“ AWSCognitoAuthTests”(项目“ AWSiOSSDKv2”)具有从“ /Users/user/Documents/NewTouch/aws-sdk-ios/AWSCognitoAuthTests/Info.plist”复制到“ / Users / user / user / Library / Developer / Xcode / DerivedData / AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw / Build / Products / Debug-iphonesimulator / AWSAllTestsHost.app / PlugIns / AWSCognitoAuthTests.xctest / Info.plist'
  2. 目标'AWSCognitoAuthTests'(项目'AWSiOSSDKv2')具有处理命令,输出为'/ Users / user / Library / Developer / Xcode / DerivedData / AWSiOSSDKv2-gfzlqdkwlorytgcialiewupaumtw / Build / Products / Debug-iphonesimulator / AWSAllTestsHost。 AWSCognitoAuthTests.xctest / Info.plist'

1 个答案:

答案 0 :(得分:1)

一个常见原因:

从“构建阶段”>“复制捆绑包资源”中删除那些Info.plist文件。 将他们添加到项目的人不小心选中了目标复选框。