Reputation: 10146
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
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