Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called

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

like image 538
Siva Avatar asked Aug 04 '21 17:08

Siva


1 Answers

I had similar issue, for me solution was:

flutter config  --clear-ios-signing-cert

And after running:

flutter run

Select relevant provisioning profile.

like image 64
peterSweter Avatar answered Nov 19 '22 07:11

peterSweter