Swift missing architecture :(

recently got an M1 Studio…
For Xcode I have a huge “framework” I wrote (and just recompiled)

But when I attempt to use add it to a new project I get this error

.xcodeproj The linked and embedded framework 'DSFramework.framework' is missing one or more architectures required by this target: arm64.

Spent hours trying to find the answer
The only answer… add arm64 to list of EXCLUDED (well I want to INCLUDE not exclude, as in “universal”)

build setting for both the frame work, and project is

Standard Architectures (Apple Silicon,Int) - $(ARCHS_STANDARD)

Seems it did include it all…

Turns out on an M1 machine Xcode gives you TWO options to run in the IDE

  1. My Mac
  2. My Mac (Rosetta)

#1 runs as ARM64, #2 runs as X64

For BUILD it will create a universal for deployment