In Terminal:
- Go to the root folder of your project
- Type:
grep -r advertisingIdentifier .(the dot at the end is critical)
This will recursively check every file, and give you the name of the offending library.
(in my case, it was Flurry)
In Terminal:
grep -r advertisingIdentifier . (the dot at the end is critical)This will recursively check every file, and give you the name of the offending library.
(in my case, it was Flurry)