stop automatically including usage description strings in builds

How do I stop the build from automatically including usage description strings because the apple app store is rejecting the builds that have the default ones and I don’t need them?

Build Rejected for following reason:

This is an automated message. The review of this submission cannot proceed. See below for more information.

An automated analysis of the submission indicates the following purpose strings, also called usage description strings, include placeholder text or are otherwise insufficient:

• NSBluetoothPeripheralUsageDescription: “Set Bluetooth Peripheral description in build settings”
• NSHomeKitUsageDescription: “Set Home Kit Usage Description in build settings”
• NSCameraUsageDescription: “Set Camera Usage Description in build settings”
• NSLocationAlwaysUsageDescription: “Set Location Always Usage Description in build settings”
• NSMotionUsageDescription: “Set Motion Usage description in build settings”
• NSSiriUsageDescription: “Set Siri Usage description in build settings”
• NSRemindersUsageDescription: “Set Reminders Usage description in build settings”
• NSAppleMusicUsageDescription: “Set Apple Music description in build settings”
• NSMicrophoneUsageDescription: “Set Microphone Recognition Usage description in build settings”
• NSSpeechRecognitionUsageDescription: “Set Speech Recognition Usage description in build settings”
• NSCalendarsUsageDescription: “Set Calendars Peripheral description in build settings”
• NSPhotoLibraryUsageDescription: “Set Photo Usage description in build settings”
• NSContactsUsageDescription: “Set Contacts Usage Description in build settings”
• NSLocationUsageDescription: “Set Location Usage Description in build settings”

Purpose strings must clearly and completely describe your use of data.

Take one of the following actions:

  • If the app needs access to a protected resource that requires a purpose string, revise the purpose string to explain how the app will use the resource and provide a specific example of how the data will be used. Then resubmit for review.

  • If the app does not need access to a protected resource that requires a purpose string, remove the code that’s accessing the resource and the purpose string from the binary. Then resubmit for review.