You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cocoapods): Resolve paths for all pods and dependencies
The previous implementation updated only the `externalSources` in the
lockfile by copying the Lockfile object and replacing it with resolved
paths. However, this shallow update was insufficient because the nested
pod dependencies still referened the original unresolved paths.
This commit reconstructs the entire lockfile structure using resolved
absolute paths for the external sources. This guarantess that all path
references within the lockfile are consistent and correctly resolved.
Signed-off-by: Onur Demirci <[email protected]>
0 commit comments