Xcode Cheat Sheet

August 23, 2022
 
Common Xcode issues

Build Error on Xcode 13

The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Solution

Project | Info | Custom iOS Target Properties
Add "Privacy - Camera Usage Description" with value of "${PRODUCT_NAME} Camera Usage"

 
Return to articles