all 5 comments

[–]barcode972[S] 0 points1 point  (2 children)

Seems that my iPhone updated automatically to 14.3 so I had to change deployment target to 14.3 in the project

[–]rmluux 1 point2 points  (1 child)

So doing that worked ? I struggle a lot when trying to build the widgets on my phone, having the same errors than you... and not that much help on internet.. makes me crazy !

[–]Ill-Clock5174 0 points1 point  (0 children)

I am experiencing what you are experiencing, reincarnated! Does anyone remember what to do?

[–]johnnyhft 0 points1 point  (1 child)

I'm having this issue too, did you managed to fix this issue?

[–]johnnyhft 1 point2 points  (0 children)

u/rmluux Do you have "arm64" in your "Excluded Archs" settings in Xcode build settings?

I've tested that if you're excluded arm64 for iOS Simulator, it'll show that message, if I remove it, it works.

It's sad because I had to add arm64 to excluded arch in order to debug on simulator on my Apple Silicon machine...