SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.32k stars 746 forks source link

Could not find module 'SwiftMessages' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator #489

Closed shadman93 closed 2 years ago

shadman93 commented 2 years ago

Xcode version: 12.4 mac Os: BigSur 11.6 (Apple M1 chip)

I am not sure is it because I am trying to run in simulator(don't have an iPhone for now), or because of Apple M1 chip

Screenshot 2021-12-01 at 10 32 46 AM

shadman93 commented 2 years ago

Found a work around for this

check the answer from ludvik.polak in here

skywalkerlw commented 2 years ago

Found a work around for this

  • close Xcode
  • open Finder
  • go to Application
  • right click on Xcode -> select get Info
  • select open using Rosseta
  • open Xcode and build again

check the answer from ludvik.polak in here

This will slow down Xcode a bit since it's a Rosseta mode. Can we make that native support on Apple M1 chip?

nastasiupta commented 2 years ago

+1