M13PDFKit
M13PDFKit copied to clipboard
TTOpenInAppActivity is updated
Thank for creating this, however, it has some problem with TTOpenInAppActivity is updated. Please Kindly check it.
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
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)