Skip to content

Xcode Build Configuration that enable DEBUG must prefix their name with "Debug" #1826

Open
@dhoerl-lp

Description

@dhoerl-lp

New Issue Checklist

Issue Description

Since 4.2.0, a Build Configuration that we have with a name "Local" crashes at launch. The error is PFPin has not been registered. However, if the config is renamed to "DebugLocal", everything works.

Steps to reproduce

  • with a working "Debug" Build Configuration, duplicate it
  • the name will be "Debug copy" - build and run it - should have no problems
  • then name it to "Foo"
  • now build and run it

Actual Outcome

Your app crashes and with an error that some class or the other is not registered.

Expected Outcome

Parse should not care what the Build Configuration is named.

Environment

  • iOS 18.2 device (Simulator or real, doesn't matter)
  • Xcode 16.2

Client

  • Parse ObjC SDK version: 4.2.0

Server

  • Parse Server version: n/a
  • Operating system: n/a`
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): AWS

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: n/a
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): remote

Logs

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions