alunny / node-xcode

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

External Frameworks #17

Open hari-tw opened 11 years ago

hari-tw commented 11 years ago

I am trying to add a custom framework say (FacebookSDK.framework) available in an external folder other than /System/Library/Frameworks and i am not able to add the framework, because we always looks for framework type be always available under /System/Library/Frameworks.

alunny commented 11 years ago

How would this work in Xcode proper - you add the library's path to the search path also?