yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported swift architecture using cocoa pods on M2 MacBook

StainlessStlRat opened this issue · comments

Description of the problem:
Project fails to compile due to:
"unsupported Swift architecture"

The pod works fine on my older MacBook, but fails to compile on my new M2 chipset.

Screenshot 2023-09-19 at 12 25 55 PM

Works fine in my own M2...
Maybe the problem is somewhere else?
Maybe clean + delete derived data?