We don't need to be passing a provisioning profile for iOS workflows since they'll be pulled from AppStoreConnect anyways thanks to the -allowProvisioningUpdates flag passed to xcodebuild.
The provisioning profile we were previously passing was being ignored and replaced by both the app.comm and app.comm.NotificationService provisioning profiles.
Figured removing this would make things less misleading to any future readers.