after adding `watchosArm64` and `watchosSimulatorA...
# multiplatform
j
after adding
watchosArm64
and
watchosSimulatorArm64
to my multiplatform project, I get the following error in xcode when running the ios or watchos app
Copy code
Ignoring file '/path/to/my/project/build/xcode-frameworks/Debug/watchsimulator10.5/MyProject.framework/MyProject': fat file missing arch 'x86_64', file has 'arm64'
Linker command failed with exit code 1 (use -v to see invocation)
I’m running xcode from a M1 macbook, I shouldn’t need
watchosX64
right?
t
If I remember right, look into adding the archs you don’t need to the project settings for the watchOS app.
j
I tried but then the project fails to compile due to other dependencies not supporting
watchosX64
, the Apollo library in my case.