Skip to content

How can i include a custom ios framework inside the ios library created by the tool? #379

Answered by angelos3lex
angelos3lex asked this question in Q&A
Discussion options

You must be logged in to vote

After all i had success! I had to copy the my_framework.framework on the same parent folder as the .podspec file.
Inside .podspec i had to import it like this:
s.vendored_frameworks = "my_framework.framework"

Thanks @atlj for your hint & help! I think i understand a bit better how all these stuff are linked!

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
4 replies
@angelos3lex
Comment options

@angelos3lex
Comment options

@angelos3lex
Comment options

Answer selected by atlj
@atlj
Comment options

atlj Apr 10, 2023
Maintainer

Comment options

You must be logged in to vote
5 replies
@atlj
Comment options

atlj Jun 27, 2023
Maintainer

@angelos3lex
Comment options

@atlj
Comment options

atlj Jun 28, 2023
Maintainer

@angelos3lex
Comment options

@atlj
Comment options

atlj Jul 4, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants