Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 使用EncryptedCoreData的架构i386的未定义符号_Ios_Swift_Core Data_Cocoapods - Fatal编程技术网

Ios 使用EncryptedCoreData的架构i386的未定义符号

Ios 使用EncryptedCoreData的架构i386的未定义符号,ios,swift,core-data,cocoapods,Ios,Swift,Core Data,Cocoapods,我使用EncryptedCoreData加密CoreData。在桥接头文件中,将其与pod(pod‘EncryptedCoreData’,:git=>''集成,包括: #import <EncryptedCoreData/EncryptedStore.h> #导入 ,但我有这样的错误: 架构i386的未定义符号: “_OBJC_CLASS_$_EncryptedStore”,引用自: __TMACSO14 AppDelegate.o中的EncryptedStore ld:未找到

我使用EncryptedCoreData加密CoreData。在桥接头文件中,将其与pod(pod‘EncryptedCoreData’,:git=>''集成,包括:

#import <EncryptedCoreData/EncryptedStore.h> 
#导入
,但我有这样的错误: 架构i386的未定义符号: “_OBJC_CLASS_$_EncryptedStore”,引用自: __TMACSO14 AppDelegate.o中的EncryptedStore ld:未找到架构i386的符号 叮当声:错误:链接器命令失败,退出代码为1(使用-v查看调用)


如何修复此错误

在pods Xcode项目->构建设置中,将活动体系结构的构建设置为“否”

是否已将库添加到项目中?我设置为“否”,但这对我没有帮助。