开发者

adding ShareKit to my project, won't compile - 4,448 errors

I can get the ShareKit demo from github to compile using the iOS 4.1 SDK, but when I import it into my project exactly how it's described on the ShareKit site, after compiling I'm getting 4,448 errors. It looks like I'm missing a framework, but I have the required frameworks listed. Maybe there's some kind of framework conflict. Here are some screenshots:

adding ShareKit to my project, won't compile - 4,448 errors

     

The frameworks:

 

开发者_如何学C

adding ShareKit to my project, won't compile - 4,448 errors

   

adding ShareKit to my project, won't compile - 4,448 errors

   

Has anyone else seen this before? Thanks!


Looks like you're trying to compile a pure-C file with some Objective-C mixed in. I'd make sure that all the files have a source type of "sourcecode.c.objc" (which you can do by selecting the file and typing cmd-i)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜