Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is an inconsistency in the PBXGroup references. #284

Closed
keisukeYamagishi opened this issue Dec 18, 2020 · 1 comment
Closed

There is an inconsistency in the PBXGroup references. #284

keisukeYamagishi opened this issue Dec 18, 2020 · 1 comment

Comments

@keisukeYamagishi
Copy link
Contributor

keisukeYamagishi commented Dec 18, 2020

There are inconsistencies in the physical paths of some directories, such as SessionAdapter and BodyParameters, and when I open them in Xcode, the text in the directories turns red.
So there are two ways to fix the path in the project.pbxproj file's PBXGroup, or delete the path and add the name.

Which would be better?

In my opinion, modifying the path of PBXGroup is appropriate, but what do you think? 

7F85FB8B1C9D317300CEE132 /* SessionAdapter */ = {
			isa = PBXGroup;
			children = (
				7F7048D41D9D89F2003C99F6 /* SessionAdapter.swift */,
				7F7048D51D9D89F2003C99F6 /* URLSessionAdapter.swift */,
			);
			path = SessionAdapter;   👈 This line. 
			sourceTree = "<group>";
		};
@Econa77
Copy link
Collaborator

Econa77 commented Feb 24, 2021

Fixed #287

@Econa77 Econa77 closed this as completed Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants