mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #117] Could not find module 'Atlantis' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator #72
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
I am integrating this using SPM in a project that also contains Cocoapods.
@NghiaTranUIT commented on GitHub (Nov 7, 2022):
Hey, just wondering: what iOS version and Xcode you're using?
@ptrkstr commented on GitHub (Nov 7, 2022):
Just updated post with those details @NghiaTranUIT
@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.
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.
@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
@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 🙏