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

23 Views Asked by At

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

1

There are 1 best solutions below

0
Md Selim Hossain On

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)