ga('set', 'anonymizeIp', 1);
Pod install failed in MAC.
Solve the error message during installing iOS pod.
Installing iOS pod. Encountered the following message.
First put this commands in console.
$ xcrun -k --sdk iphoneos --show-sdk-path
If it shows:
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: unable to lookup item 'Path' in SDK 'iphoneos'
Then type in the following command.
$ sudo xcode-select --switch /Applications/Xcode.app
Wait for the install procedure.
$ react-native init Hello
We can see the successful installation messages.