Weak bound structure causing file not found error

I am creating an application that uses the framework Social.h and Accounts.h .

I have both frames set as optional . I have a Base SDK as 6.0 I have an iOS Deployment Target installed as 5.0

When I create an application for my iPhone running 6.0 , everything works fine. When I create my iPhone simulator running 5.0 , I get errors saying Social/Social.h file not found (I don't get this error for Accounts.h, which seems strange. I would think that everything will be or nothing.)

+7
source share
2 answers

Thanks for all your suggestions.

In the end, it was a problem with my iOS simulator. I assume that if I go through the whole reinstall, this will solve my problem. I was able to access a real device running iOS 5.0, and it worked as expected. The problem only occurs when I run it on my simulator.

0
source

Error integrating facebook into ios6? strong text try this

 **#import <Social/Social.h>** 
0
source

All Articles