Adding ShareKit to my project will not compile - 4,448 errors

I can get the demo version of ShareKit from github for compilation using the iOS 4.1 SDK, but when I import it into my project, as described on the ShareKit website, I get 4,448 errors after compilation. It seems like I am missing a framework, but I have the necessary frameworks. Maybe there is some kind of framework conflict. Here are some screenshots:

sharekit1      

Framework:

 

sharekit2    

sharekit build settings    

Has anyone else seen this before? Thank!

+3
source share
1 answer

, pure-C Objective-C. , "sourcecode.c.objc" ( cmd - i)

+2

Source: https://habr.com/ru/post/1764601/


All Articles