Error craeting iOS build

Hi,

I am creating the new 5.1.0 build for our mobile app but seem to be getting following error;

I have previously created 2 iOS builds prior to this (4.0.3 and 4.1.1) with success using the same distribution certificate and provisioning profile.

Please can you help me resolve this.

Thank You

Parents
  • Hello Sayfur,

    We are looking into this but we have not been able to replicate this yet.  

    1 - Can you generate a file with your IOS and Android so we can see the log file

    2- Can you re-generate the p12 file and re-attach it with the corresponding provisioning file?  

    Thanks

    -joe

  • This is a weird one that I have been facing for the past few days since updating Flutter.

    For me, the solution is to run flutter build ios --release in the project directory, which now fails with several pod errors, but I just ignore those and re-archive in Xcode and it works.

    I do not know enough about iOS build tools to know why these things fail. Just that before the newest beta branch version flutter build ios --release worked, now it fails but doesn't mean anything serious, and despite the flutter documentation, I still have to run this command before archiving in Xcode or I get strange errors like this one.

Reply
  • This is a weird one that I have been facing for the past few days since updating Flutter.

    For me, the solution is to run flutter build ios --release in the project directory, which now fails with several pod errors, but I just ignore those and re-archive in Xcode and it works.

    I do not know enough about iOS build tools to know why these things fail. Just that before the newest beta branch version flutter build ios --release worked, now it fails but doesn't mean anything serious, and despite the flutter documentation, I still have to run this command before archiving in Xcode or I get strange errors like this one.

Children
No Data