DEV Community

Curtly Critchlow
Curtly Critchlow

Posted on

How to fix Missing file libarclite_iphonesos.a(Xcode 14.3)

Introduction

Have you updated Xcode to 14.3 and now you see missing file libarclite_iphonesos.a? If yes, you are reading the correct article. I'll share with you how I fixed error message.

Solution

  1. Open Xcode
  2. Select pods
  3. Select a package in targets
  4. Change Minimum Deployments to 13.0
  5. Repeat steps 3 to 4 until you change the minimum deployments for all you packages.

change minimum deployments to 13.0

Your project should now run in your editor of choice.

Connect with me

Thank you for reading my post. Feel free to subscribe below or connect with me on LinkedIn and Twitter. You can also buy me a book to show your support.

Top comments (0)