[GH-ISSUE #117] Could not find module 'Atlantis' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator #72

Closed
opened 2026-03-03 19:11:32 +03:00 by kerem · 5 comments
Owner

Originally created by @ptrkstr on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/117

Originally assigned to: @NghiaTranUIT on GitHub.

I'm trying to import Atlantis into my project but getting the error:

Could not find module 'Atlantis' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/.../Index.noindex/Build/Products/Debug-iphonesimulator/Atlantis.swiftmodule

I am integrating this using SPM in a project that also contains Cocoapods.

  • M1 Pro
  • Atlantis 1.18.2
  • Xcode Version 14.1 (14B47b)
  • Building for simulator iPhone 14 Pro 16.0
Originally created by @ptrkstr on GitHub (Nov 7, 2022). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/117 Originally assigned to: @NghiaTranUIT on GitHub. I'm trying to import Atlantis into my project but getting the error: ``` Could not find module 'Atlantis' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/.../Index.noindex/Build/Products/Debug-iphonesimulator/Atlantis.swiftmodule ``` I am integrating this using SPM in a project that also contains Cocoapods. - M1 Pro - Atlantis 1.18.2 - Xcode Version 14.1 (14B47b) - Building for simulator iPhone 14 Pro 16.0
kerem closed this issue 2026-03-03 19:11:32 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 7, 2022):

Hey, just wondering: what iOS version and Xcode you're using?

<!-- gh-comment-id:1305530142 --> @NghiaTranUIT commented on GitHub (Nov 7, 2022): Hey, just wondering: what iOS version and Xcode you're using?
Author
Owner

@ptrkstr commented on GitHub (Nov 7, 2022):

Just updated post with those details @NghiaTranUIT

<!-- gh-comment-id:1305613711 --> @ptrkstr commented on GitHub (Nov 7, 2022): Just updated post with those details @NghiaTranUIT
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 7, 2022):

Does it seem it's from your project config?

I tried to create a new iOS Project, Xcode 14.1, iOS 16.0, iPhone 14 Pro Simulator, on Macbook Pro M1, macOS 12.6.1. Then, integrating Atlantis via SPM without any problems.

Screen Shot 2022-11-07 at 20 56 52

You can try this source code:
SampleApp.zip


From the Package.swift, there is no define to support x86_64 or arm64, it should depend on your setting project.

FYI, SPM ships the source code only, not a binary. I believe the issue is from your project setting.

<!-- gh-comment-id:1305662490 --> @NghiaTranUIT commented on GitHub (Nov 7, 2022): Does it seem it's from your project config? I tried to create a new iOS Project, Xcode 14.1, iOS 16.0, iPhone 14 Pro Simulator, on Macbook Pro M1, macOS 12.6.1. Then, integrating Atlantis via SPM without any problems. <img width="1728" alt="Screen Shot 2022-11-07 at 20 56 52" src="https://user-images.githubusercontent.com/5878421/200328773-b96cebf3-16e9-41cd-bd43-729c97461c01.png"> You can try this source code: [SampleApp.zip](https://github.com/ProxymanApp/atlantis/files/9952284/SampleApp.zip) -------- From the [Package.swift](https://github.com/ProxymanApp/atlantis/blob/main/Package.swift), there is no define to support x86_64 or arm64, it should depend on your setting project. FYI, SPM ships the source code only, not a binary. I believe the issue is from your project setting.
Author
Owner

@NghiaTranUIT commented on GitHub (Nov 7, 2022):

@ptrkstr can you try some solution on this SO: https://stackoverflow.com/questions/56957632/could-not-find-module-for-target-x86-64-apple-ios-simulator

<!-- gh-comment-id:1305669153 --> @NghiaTranUIT commented on GitHub (Nov 7, 2022): @ptrkstr can you try some solution on this SO: https://stackoverflow.com/questions/56957632/could-not-find-module-for-target-x86-64-apple-ios-simulator
Author
Owner

@ptrkstr commented on GitHub (Nov 9, 2022):

Hey @NghiaTranUIT sorry you are right, it's a problem with my project setup. Will close, thank you for looking into this regardless 🙏

<!-- gh-comment-id:1308464394 --> @ptrkstr commented on GitHub (Nov 9, 2022): Hey @NghiaTranUIT sorry you are right, it's a problem with my project setup. Will close, thank you for looking into this regardless 🙏
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#72
No description provided.