Ios11+xcode9 build fail

I am still having this build fail issue even though using the dev version of cordova-ios. Is anyone else still having the same problem?

Cordova’s moving a little bit slow so if you can’t wait on a new cordova-ios release you can try what this person recommends: https://github.com/apache/cordova-ios/commit/cf424b46fb37c00395c1ee9a249280efee5f65b5#commitcomment-24631717

Also have same issue even using the master from their GitHub repo. Did you find a solution yet?

Same here. Solution anybody?

If you’re reffering to the provisioning bug … I got it working like this:

note … I’m in a development team, so I used “developmentTeam”.

Hi guys,

The problem is with the provision file. Apple now requires an explicit app id instead of a wildcard. You’ll need to generate a new provisioning profile directly in your apple developer account using the full bundle id.

Hope this will help

Don’t know how helpful this is, but removing and re-adding the ios cordova platform resolved this error for me when it cropped up unexpectedly today:

$ ionic cordova platform rm ios

$ ionic cordova platform add ios