Reputation: 43
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
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