Bharath NS
Bharath NS

Reputation: 43

Is there a way to find the pod that was update after pod update in post_install

Trying to catch the pod that was updated using

pod update

I want to catch the pod and eventually find its target(I know how to find the target) what I wanted is there a way to catch or target that got update in post_install

Upvotes: 0

Views: 24

Answers (1)

Md Selim Hossain
Md Selim Hossain

Reputation: 1

Go to terminal then, cd ios enter and type arch -x86_64 pod update then enter. Now run application. (On Mac m1 work for me)

Upvotes: 0

Related Questions