iOS 15, accelerate module, armv7, Xcode 13

  • If this error is due to kingfisher then you can try below approach. In order to resolve this issue I tried by changing the deployment target in Kingfisher from 8.0 to 11.0 and now I am able to run in the simulator.

Add a Comment

Apple Recommended

Replies

@edford It seems like this is happening again with Xcode 13.2 Beta 2, but not with Beta 1, or Xcode 13.2

The two SPM projects are targeting iOS 11 and up.

  • Please file a bug report with an example project that is reproducing this using Xcode 13.2 beta 2, and post the FB number here. Thank you!

Add a Comment