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
And then add Project2 reference to Project1 then the path is calculated incorrectly as /root/Project2/Project2.xcodeproj while it should be ../Project2/Project2.xcodeproj
Proposal 🎉
Attaching the proposed fix
The text was updated successfully, but these errors were encountered:
What 🌱
When referencing file higher in folder hierarchy than sourceRoot relative path is calculated incorrectly. e.g. if you have the structure like this:
/root/Project1/Project1.xcodeproj
/root/Project2/Project2.xcodeproj
And then add Project2 reference to Project1 then the path is calculated incorrectly as /root/Project2/Project2.xcodeproj while it should be ../Project2/Project2.xcodeproj
Proposal 🎉
Attaching the proposed fix
The text was updated successfully, but these errors were encountered: