ShareKit 2.0 Integration in iPhone App

Can someone tell me what I'm doing wrong by integrating the new Sharekit 2.0 SDK into my application?

I downloaded sdk from " git: //github.com/ShareKit/ShareKit" and followed the installation and integration instructions from https://github.com/ShareKit/ShareKit/wiki .

In the end, when I create the program so that it fails and does not throw any errors or exceptions, when I drag the ShareKit classes from Sharekit.xcodeproj, then it gives two duplication errors ( SHKDefaultConfiguration.h), what to do with it and how to solve it?

+5
source share
1 answer

ShareKit , () ShareKit Xcode.

ShareKit.h , .h .

" ":

$(SRCROOT)/[The/Relative/Path/Of/ShareKit]/Classes/**

$(SRCROOT)/[The/Relative/Path/Of/ShareKit]/Submodules/**

, ShareKit "ShareKit" , :

$(SRCROOT)/../ShareKit/Classes/**

$(SRCROOT)/../ShareKit/Submodules/**
0

All Articles