Search code examples
cocoaxcodebwtoolkit

BWToolkit and xcode 3.2.1


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:

  1. Download latest bwtoolkit from http://www.brandonwalkin.com/bwtoolkit/
  2. Add BWToolkitFramework.framework to Linked frameworks
  3. Add BWToolkitFramework to copy target
  4. Add "#import <BWToolkitFramework/BWToolkitFramework.h>" to my class
  5. 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


Solution

  • Fixed. Problem was in build settings, not sure what exactly as I'v changed many of them