Skip to content

Xcode15 Beta1: Firebase iOS SDK: Unable to process Info.plist during build process #11400

@pavm035

Description

@pavm035

Description

Environment

  • Xcode version: Xcode15 Beta1
  • Firebase Component: Crashlytics
  • Installation method: Swift Package Manager (SPM)
  • Firebase SDK version: 10.4.0

Problem

During the build process of my iOS application, I encountered an error related to processing the Info.plist file.

Here is the error message:
error: Info.plist Error Unable to process Info.plist at path /Users/...../Info.plist This could be a timing issue, make sure the Firebase run script build phase is the last build phase and no other scripts have moved RakutenIchiba.app from the location Xcode generated it. You can also add '$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)' as an "Input Files" dependency for your Firebase run script build phase.

Reproducing the issue

Steps to Reproduce

  1. [Add the steps you take to reproduce the issue. This could be setting up a new project, adding Firebase via SPM, adding a Run Script phase, etc.]

What I've tried

  • I've checked the order of Build Phases to make sure the Run Script phase for Firebase is the last phase.
  • I've verified the location and reference of the Info.plist file.
  • I've cleaned the project and cleared the derived data.
  • [Add any other troubleshooting steps you've tried.]

Despite these attempts, the issue persists. Any guidance or suggestions to resolve this would be appreciated.

Thank you.

Firebase SDK Version

10.4.0

Xcode Version

15.0 Beta1

Installation Method

Swift Package Manager

Firebase Product(s)

Crashlytics

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions