slackhq / PanModal

An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
MIT License
3.67k stars 527 forks source link

Ignoring PanModal.framework because it does not support the current architecture #196

Open barHopperSF opened 1 year ago

barHopperSF commented 1 year ago

How do I fix this warning?

Running Xcode 14.3 and Ventura 13.3 on MacBook Air 2020 M1

Also I get this warning:

Ignoring file /Users//Documents//***/Carthage/Build/iOS/PanModal.framework/PanModal, building for iOS Simulator-x86_64 but attempting to link with file built for iOS-arm64

Thanks!

ppamorim commented 1 year ago

Try to use my fork. It contains a collection of bugs fixed and compiles just fine on arm64.