Error using wildcard App ID

I tried to use an app id without wildcards and now I’m getting this error:

Error: validateProvisioningProfile: wrong bundleIdentifier found in provisioning profile; expected: ca.fastlanetestapp.testApp1, found (in provisioning profile): ca.fastlanetestapp.testapp1
    at _ensureBundleIdentifierIsValid (/usr/local/turtle-js/node_modules/xdl/build/detach/IosCodeSigning.js:287:11)
    at Object.validateProvisioningProfile (/usr/local/turtle-js/node_modules/xdl/build/detach/IosCodeSigning.js:266:3)
    at Object.<anonymous> (/usr/local/turtle-js/node_modules/xdl/build/detach/IosIPABuilder.js:73:53)
    at Generator.next (<anonymous>)
    at step (/usr/local/turtle-js/node_modules/xdl/build/detach/IosIPABuilder.js:52:191)
    at /usr/local/turtle-js/node_modules/xdl/build/detach/IosIPABuilder.js:52:361
    at <anonymous>

I’ve read the comments here where they say this might be an Expo bug that has already been fixed but apparently the problem is still present.