in

Error: x86_64-apple-ios-simulator found: arm64-apple-ios-simulator | M1 MacBook Project Err



x86_64ios,
x86_64architectureios,
xcodearm64simulator,

error: could not find module
‘Pod name’
x86_64-apple-ios-simulator’; found: arm64-apple-ios-simulator
This Error occurs in M1 Chip Macbook
To resolve this error. Please follow the below steps:
1. Delete Pods Folder.

2. Delete Podfile.lock file.

3. Delete yourprojectname.xcworkspace file.

4. Close Xcode if the project is already open.

5. Open the podfile of the project and add the below code:

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings[“EXCLUDED_ARCHS[sdk=iphonesimulator*]”] = “arm64”
end
end
// Keep everything align

6. Open Terminal and Go to your project directory.
7. Run command: pod install

Now open yourprojectname.xcworkspace file and run the project.

Hopefully, this step is helpful to run your project.

Feel free to comment below.
Errors you looking forward to having a solution in any Coding Language.
If many developers looking for a solution. We will try to create a video on it.

Thank you.
Stay Subscribe Stay Connected

x86_64architecturexcode,
x86_64xcode,
#m1chipprojectioscodenotrunning,
#m1chipprojectioscodenotrunningapp,
#m1chipprojectioscodenotrunningafterupdate,
#m1chipprojectioscodenotrunningbutnotworking,
#m1chipprojectioscodenotrunningerror,
#m1chipprojectioscodenotrunningerror5,
#m1chipprojectioscodenotrunningfix,
#m1chipprojectioscodenotrunninghow,
#m1chipprojectioscodenotrunningmac,
#m1chipprojectioscodenotrunningmacos,
#m1chipprojectioscodenotrunningnotworking,

Share this: