Skip to content
Discussion options

You must be logged in to vote

Hi @snnn
i have some news about this issue.

I was able to get through this problem in two ways.
i guess that the released ios framework is built with static framework.
(build script default)

I was able to get through this in two ways.
First, we were able to use the static protobuf library by adding a new target to our app.
In my case it is not suitable because onnxruntime is used by native library.
Another way is to rebuild onnruntime with the dynamic framework and then link to it using 'vendored_framework' in your podspec.
My choice is the second and it solved my problem.
thanks.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@snnn
Comment options

snnn Aug 23, 2023
Maintainer

@gyujin-kim
Comment options

Answer selected by snnn
@snnn
Comment options

snnn Sep 5, 2023
Maintainer

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