kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

"file not found" while use with dependency #102

Open POLAR-B opened 11 years ago

POLAR-B commented 11 years ago

Hello,

I'm trying to include fake framework project into another project to build it on fly and debug. But I have a "file not found" error when I try to #include any H file from the framework project. The strange thing is that when I try to link already built framework "PB.embeddedframework" - it is work! But when I try to link framework project - it shows "file not found" error. Things that I did:

Another strange thing appears when I write "#include < PB/Test.h >" - Xcode highlights the ' Test' class, so it sees it!!! But shows "Test.h file not found" error while build phase :(

Few screenshots: http://s10.postimage.org/5jk6jx6uh/image.png http://s10.postimage.org/ugnk0tvc9/image.png http://s8.postimage.org/ng48wsv1h/image.png

Thanks for Your help!!!

ninthcoast commented 10 years ago

Did you find the fix to this?