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
I look like in build_file.rb#L45 it calls the ref display_name which is not implemented there so it fails over to the base implementation, and since name doesn't exist, ReferenceProxy is returned.
I believe adding display_name to PBXReferenceProxy that returns path if name doesn't exist should fix it.
Hello
I noticed that if I open my project and immediately save it without changing anything, the project file was always changes. All the lines like
Changed to
I look like in build_file.rb#L45 it calls the ref display_name which is not implemented there so it fails over to the base implementation, and since name doesn't exist,
ReferenceProxy
is returned.I believe adding display_name to PBXReferenceProxy that returns path if name doesn't exist should fix it.
I solved it by opening the class in my code:
The text was updated successfully, but these errors were encountered: