ios - XCode Library Search Paths Slash Issue -
i adding library @ custom path, non-recursive relative path e-g
"$(srcroot)/crittercismsdk-crashonly3.3.4"
when drag , drop or add library via build phases> link binary libraries auto add slash "\" , path becomes
\"$(srcroot)/crittercismsdk-crashonly3.3.4\"
i have large number of libraries , hard remove slashes. happens every time add library or framework. please tell me issue , how can resolve it.
i using xcode version 5.0.2
Comments
Post a Comment