SwiftKickMobile / SwiftMessages

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

Compatible with x86_64 ach for M1. #504

Closed m-afham closed 1 year ago

m-afham commented 1 year ago
george-apostu8 commented 1 year ago

@wtmoose Can we have this merged?

wtmoose commented 1 year ago

I don't have this issue. How are you installing SM?

gali8 commented 1 year ago

Can you release it?

wtmoose commented 1 year ago

@gali8 I don’t have this issue on my M1. I asked for more info above and didn’t get a reply. I’m not going to release this change until I understand what’s going on.

gali8 commented 1 year ago

Try to install it with SPM, using XCode 14.2 min, do not use rosetta. Next, start debug on ios simulator.

That's it.

wtmoose commented 1 year ago

@gali8 those steps work for me as well as my colleagues. Here's the sample project I used. I checked the process in Activity Monitor and verified that I'm not using Rosetta.

SPMTest.zip

gali8 commented 1 year ago

Ok, found it. The issue appears when the "Excluded Architectures" is set on "arm64".

Infact the SPMTest works like a charm.

wtmoose commented 1 year ago

I'm closing this until someone can provide a verifiable justification.