
Open Your Project in Xcode:
• Launch Xcode and open your project.
2. Check the Build Phases:
• In the project navigator, select your app’s target.
• Go to the Build Phases tab.
3. Locate the ‘Copy Bundle Resources’ Phase:
• Expand the Copy Bundle Resources section.
4. Remove Info.plist from the List:
• Look for the Info.plist file in the list of resources being copied.
• Select it and click the - button to remove it from this phase.
Note: Don’t worry—removing Info.plist from this phase won’t harm your app. Xcode already handles its inclusion elsewhere.
5. Clean and Rebuild the Project:
• Go to the menu bar and select Product > Clean Build Folder.
• After cleaning, build your project again to ensure the issue is resolved.