M13PDFKit icon indicating copy to clipboard operation
M13PDFKit copied to clipboard

TTOpenInAppActivity is updated

Open Sokalay opened this issue 7 years ago • 2 comments

Thank for creating this, however, it has some problem with TTOpenInAppActivity is updated. Please Kindly check it.

Sokalay avatar Mar 23 '18 13:03 Sokalay

Hello,

add s.dependency 'TTOpenInAppActivity', '1.0' in your .podspec and modifiy your Podfile with this lines :
#pod 'TTOpenInAppActivity' target 'M13PDFKit' do use_frameworks! pod 'TTOpenInAppActivity' , '1.0' end

and after update your pod from your terminal.

regards, Jc

jcbremond avatar Mar 26 '18 11:03 jcbremond

Simply add pod 'TTOpenInAppActivity' , '1.0' to YOUR Podfile, alongside with M13PDFKit, and it will work. Like this :

    pod 'M13PDFKit'
    pod 'TTOpenInAppActivity' , '1.0'

(tried the solution of @jcbremond but didn't work for me)

AnthoPakPak avatar Apr 06 '18 14:04 AnthoPakPak