Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/14.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
找不到模块';XXXX和x27;对于目标';x86_64-apple-ios-simulator';;发现:arm64,Swift项目中的arm64苹果ios模拟器?_Ios_Swift_Xcode - Fatal编程技术网

找不到模块';XXXX和x27;对于目标';x86_64-apple-ios-simulator';;发现:arm64,Swift项目中的arm64苹果ios模拟器?

找不到模块';XXXX和x27;对于目标';x86_64-apple-ios-simulator';;发现:arm64,Swift项目中的arm64苹果ios模拟器?,ios,swift,xcode,Ios,Swift,Xcode,这个错误已经阻止了我的项目进行了一段时间,似乎没有任何东西对我有效 我已将一个pod添加到我的swift项目中,但当我尝试将其导入我的应用程序时,出现以下错误: Could not find module 'ImagePicker' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator 我已经到处搜索,尝试了几乎所有的解决方案,但仍然没有任何效果 我正在使用最新的Xcode 我需要做些什

这个错误已经阻止了我的项目进行了一段时间,似乎没有任何东西对我有效

我已将一个pod添加到我的swift项目中,但当我尝试将其导入我的应用程序时,出现以下错误:

Could not find module 'ImagePicker' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator
我已经到处搜索,尝试了几乎所有的解决方案,但仍然没有任何效果

我正在使用最新的Xcode


我需要做些什么来修复这个问题,因为这会阻止我构建应用程序。

试试这个@abdurrehman,我已经有了。没用。