Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTOpenInAppActivity is updated #42

Open
Sokalay opened this issue Mar 23, 2018 · 2 comments
Open

TTOpenInAppActivity is updated #42

Sokalay opened this issue Mar 23, 2018 · 2 comments

Comments

@Sokalay
Copy link

Sokalay commented Mar 23, 2018

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

@jcbremond
Copy link

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

@AnthoPakPak
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants