AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height

Home Page:https://github.com/AndreaMiotto/PartialSheet/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find module 'PartialSheet' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator on macbook m1

carmelogallo opened this issue · comments

Hi there!

Using SPM with a MacBook Pro M1 I'm facing this issue:

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

In base of this answer seems that you need to re-release with "build active architecture only" set to "No" for both Debug & Release.
airbnb/lottie-ios#1293 (comment)

Could you release a new version with that setting?

Thanks

commented

I see you have found a solution in the airbnb repo.