fix: strip stale CocoaPods references from pbxproj #25
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "schwifty/strip-cocoapods-refs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.lockshell script build phase[CP] Embed Pods Frameworksshell script build phasePods_PayfritBeacon.frameworkPBXFileReference + PBXBuildFile76 lines deleted, 0 added. Clean build should work now.
Pull request closed