Skip to main content

Command Palette

Search for a command to run...

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

Published
1 min read
C

I am a highly dedicated Flutter developer with a strong passion for creating impactful apps that enhance productivity, streamline record-keeping, and facilitate data-driven decision making. My goal is to contribute to the success of companies by leveraging my skills in Flutter development.

Introduction

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

Solution

  1. Open Xcode

  2. Select pods

  3. Select a package in the targets

  4. Change Minimum Deployments to 13.0

  5. Repeat steps 3 to 4 until you change the minimum deployments for all your 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 connect with me

More from this blog