alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

Incorrect path separator when adding FRAMEWORK_SEARCH_PATHS #80

Closed eymorale closed 8 years ago

eymorale commented 8 years ago

When a framework is added to FRAMEWORK_SEARCH_PATHS of the pbxproj file on a Windows machine, it's added with the Windows path separator. This causes build issues when you eventually try to build the project on Xcode. Suggested solution in pbxProject.js:

screen shot 2016-03-03 at 2 46 12 pm
eymorale commented 8 years ago

Affects https://issues.apache.org/jira/browse/CB-10773