简体   繁体   English

我将 ios 版本升级到 11.4,当我构建我的项目时,我收到此错误,因为找不到 AWSCore 文件'AWSCore/AWSCore.h'文件未找到。请帮助

[英]i upgraded ios version to11.4, when I build my project I am getting this error as AWSCore file not found'AWSCore/AWSCore.h' file not found.Pleasehelp

I upgraded ios version to 11.4, now when I build my project I am getting this error as AWSCore file not found'AWSCore/AWSCore.h' file not found我将 ios 版本升级到 11.4,现在当我构建我的项目时,我收到此错误,因为找不到 AWSCore 文件'AWSCore/AWSCore.h' 文件未找到

import and进口和

failed to emit precompiled header Please help how to resolve it无法发出预编译的 header 请帮助解决它

For me the issue was in the AWSFMDB+AWSHelpers.h file.对我来说,问题出在 AWSFMDB+AWSHelpers.h 文件中。

It has this import #import <AWSCore/AWSCore.h> which is weird since it's the package importing itself.它有这个 import #import <AWSCore/AWSCore.h>这很奇怪,因为它是 package 自己导入的。

I manually deleted this line and rebuilt the project and it worked.我手动删除了这一行并重建了项目并且它工作了。

AWSFMDB+AWSHelpers AWSFMDB+AWSHelpers

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Swift单元测试错误 - 未找到架构i386的AWSCore框架 - Swift Unit Test Error - framework not found AWSCore for architecture i386 没有这样的模块“AWSCore” - No such module 'AWSCore' 为什么在尝试运行我的 iOS 应用程序时出现错误“找不到 FirebaseCore/FirebaseCore.h”文件 - Why am I getting the error ''FirebaseCore/FirebaseCore.h' file not found' when trying to run my iOS app 需要解决 AWSAppSync 和 AWSMobileClient 的 AWSCore 版本依赖性 - Need to resolve AWSCore version dependency for AWSAppSync and AWSMobileClient AWS中的Swift编译器错误。 使用swift 3.0“无法构建awsCore” - Swift compiler error in AWS. Using swift 3.0 “could not build awsCore” 在应用程序委托中导入AWSCore标头-Swift - Importing the AWSCore header in application delegate - Swift 我收到一条错误消息:“未找到伞头‘FaveButton-umbrella.h’”,我该如何解决? - I am getting an error that says: "Umbrella header 'FaveButton-umbrella.h' not found", how do I fix this? 我正在尝试运行一个基于手势识别的项目,我的 iOS 模拟器显示未找到前置摄像头 - I am trying to run a project based on gesture recognition and my iOS simulator says front camera not found 运行我的项目时出现“未找到框架 GoogleAppMeasurement”的错误消息 - Error message of "framework not found GoogleAppMeasurement" when i run my project 为什么在创建 XCFramework 时出现此错误?:为 iOS 模拟器构建时,在路径中找不到库 - Why am I getting this error while creating XCFramework?: While building for iOS Simulator, no library was found in path
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM