Error : This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSUserTrackingUsageDescription key with a string value explaining to the user how the app uses this data.
I alread added the permission in .plist
<key>NSUserTrackingUsageDescription</key> <string>$(PRODUCT_NAME) will track your data</string>