CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called

2,458

I had similar issue, for me solution was:

flutter config  --clear-ios-signing-cert

And after running:

flutter run

Select relevant provisioning profile.

Share:
2,458
Siva
Author by

Siva

Android Developer

Updated on December 31, 2022

Comments

  • Siva
    Siva over 1 year

    I am having a flutter project in which I have to get the IOS version. When I try Flutter->Build IOS in Android studio am getting the below error message.

    "CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called"

    enter image description here