I have problem with BWToolkit and XCode. For some reasons Xcode not recognize bwtoolkit framework. IB plugin working fine. I did same steps as described on bwtoolkit site. I did:
- Download latest bwtoolkit from http://www.brandonwalkin.com/bwtoolkit/
- Add BWToolkitFramework.framework to Linked frameworks
- Add BWToolkitFramework to copy target
- Add
"#import <BWToolkitFramework/BWToolkitFramework.h>"
to my class - Got "not such file" build error for BWToolkitFramework/BWToolkitFramework.h
I think it related to Xcode version as I remember it worked on prev Xcode version and when I downloaded Hellium project which used BWtoolkit and build it then no errors, I tried copy most of project settings from helium to my project but result the same(not found build errors)
My env: Xcode 3.2.1 Snow Leopard
Thanks