shim
shim

Reputation: 10146

What do all these backslashes mean in the library search paths in xcode "\\\\\\\"$(SRCROOT)/myprojectname\\\\\\\"?

In the Library Search Paths I have an entry that says the following:

\\\\\\\"$(SRCROOT)/myprojectname\\\\\\\"

What do all those slashes mean?

Thanks

Upvotes: 0

Views: 209

Answers (1)

Lily Ballard
Lily Ballard

Reputation: 185811

They mean that Xcode is overzealous about escaping library search paths whenever it automatically modifies the setting. It's a bug. Delete them.

Upvotes: 3

Related Questions