when i’m trying to build the archive then i get this error. please help me out from this issues. thanks
3
for me i solved this issues just downgreade flutter sdk version 3.0.2 to 3.0.1 and it's work perfectly.
thanks guys. happy coding
Please clear Derived data first from xcode -> preferences -> locations -> Derived data -> move to bin and remove from bin as well. Now do
xcode -> preferences -> locations -> Derived data
flutter clean flutter pub get cd ios pod install pod update
and try to run app again
Along with removing derived data (xcode -> preferences -> locations -> Derived data), remove podfile.lock file also and do the following
flutter clean flutter pub get cd ios pod install
Click here to cancel reply.
3
Answers
for me i solved this issues just downgreade flutter sdk version 3.0.2 to 3.0.1 and it's work perfectly.
thanks guys. happy coding
Please clear Derived data first
from
xcode -> preferences -> locations -> Derived data
-> move to bin and remove from bin as well.Now do
and try to run app again
Along with removing derived data (xcode -> preferences -> locations -> Derived data), remove podfile.lock file also and do the following