**The operation couldn’t be completed. 2024-12-19 17:05:43.573 xcodebuild[3676:212068] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path "… error: exportArchive Provisioning profile “…” doesn’t include the UIBackgroundModes entitlement.
I did a bit of research. Background modes are no entitlements that have to be configured in the App-ID on Apples developer portal. Xcode somehow integrates the entitlement into the provisioning profile on the fly when compiling the app.
How could I do this with Xojo?
Scratch that. UIBackgroundModes Is not an entitlement. It’s just meant to be a plist entry.
I suggest that you select the iOS target on the navigator and then click the advanced tab on the inspector. There’s an entry there for background and clicking to edit the options, I’m pretty sure you can select audio in there. That’ll set up the plist the way it needs to be.