fix: strip stale CocoaPods references from pbxproj #25

Closed
schwifty wants to merge 1 commit from schwifty/strip-cocoapods-refs into main
Collaborator

The project file still had leftover CocoaPods build phases, xcconfig references, Pods group, Frameworks group, and baseConfigurationReference entries from before the rebuild. These cause build failures since there is no Podfile or Pods directory.

Removed:

  • [CP] Check Pods Manifest.lock shell script build phase
  • [CP] Embed Pods Frameworks shell script build phase
  • 4 xcconfig PBXFileReference entries
  • Pods_PayfritBeacon.framework PBXFileReference + PBXBuildFile
  • Pods group and Frameworks group
  • 4 baseConfigurationReference lines in build configs

76 lines deleted, 0 added. Clean build should work now.

The project file still had leftover CocoaPods build phases, xcconfig references, Pods group, Frameworks group, and baseConfigurationReference entries from before the rebuild. These cause build failures since there is no Podfile or Pods directory. Removed: - `[CP] Check Pods Manifest.lock` shell script build phase - `[CP] Embed Pods Frameworks` shell script build phase - 4 xcconfig PBXFileReference entries - `Pods_PayfritBeacon.framework` PBXFileReference + PBXBuildFile - Pods group and Frameworks group - 4 baseConfigurationReference lines in build configs 76 lines deleted, 0 added. Clean build should work now.
schwifty added 1 commit 2026-03-22 18:37:16 +00:00
Removed stale CocoaPods build phases ([CP] Check Pods Manifest.lock,
[CP] Embed Pods Frameworks), xcconfig file references, Pods group,
Frameworks group, and baseConfigurationReference entries. These were
leftover from the pre-rebuild era and would cause build failures since
no Podfile/Pods directory exists.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
schwifty closed this pull request 2026-03-22 18:43:37 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: payfrit/payfrit-beacon-ios#25
No description provided.