Coding⏱️ 2 min read📅 2026-05-31

How to Fix: Where is Info.plist in Xcode 13? (missing, not inside project navigator)

Xcode 13 Info.plist location and editing issue.

Quick Answer: In Xcode 13, the Info.plist file is now located in the Project Navigator's target settings. To edit it, select the target, then click on the Info tab.

In Xcode 13, the Info.plist file has been moved from the project navigator to a new location. This change was made to improve the organization and accessibility of the file.

🔍 Why This Happens

  • The Info.plist file is now located in the target settings.

🛠️ Step-by-Step Verified Fixes

Method 1: Locate Info.plist in Target Settings

  1. Step 1: Open the target settings for your project.

Method 2: Access Info.plist via File

  1. Step 1: Open the project navigator and select your target.

💡 Conclusion

By following these steps, you can easily access and edit the Info.plist file in Xcode 13.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions