How to build expo with provisioning profile Apple ID wildcard

when I try build provisioning profile Apple ID type wildcard id then error occurs below :

buildPhase: “building and signing IPA”
Oct 17 17:25:21 turtle[3663] ERROR: Error: validateProvisioningProfile: wrong bundleIdentifier found in provisioning profile; expected: com.xxx.mapp.myspa, found (in provisioning profile): com.xxx.mapp.*
at _ensureBundleIdentifierIsValid (/@expo/xdl@56.2.2-alpha.2/src/detach/IosCodeSigning.js:62:11)
at Object.validateProvisioningProfile (/@expo/xdl@56.2.2-alpha.2/src/detach/IosCodeSigning.js:35:3)
at Object.build (/@expo/xdl@56.2.2-alpha.2/src/detach/IosIPABuilder.js:36:22)
at process._tickCallback (internal/process/next_tick.js:68:7)
platform: “ios”

Does expo support provisioning profile apple id wildcard build?
Please help me. Thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.