In your podfile
specify inhibit_all_warnings!
key like following: (This will avoid the inhibit warning flag resetting with each pod install issue. Do a pod install after adding this flag.).
In your podfile
specify inhibit_all_warnings!
key like following: (This will avoid the inhibit warning flag resetting with each pod install issue. Do a pod install after adding this flag.).