question

dado77-9412 avatar image
3 Votes"
dado77-9412 asked ColeXia-MSFT commented

Xamarin Form iOS Build "There was an error unzipping the file"

i have update visual studio to 16.9.4 version.

Now when I build a Xamarin Form Project for iOS in release mode I have this error


error : There was an error unzipping the file bin\iPhone\Release\GoogleDataTransportCCTSupport.framework.dSYM.zip: Could not find a part of the path 'E:\0001-DEEPSOFTWARE\0036-PupAPPa\1003-DeepSoftware.PupAPPa\PupAPPa.Mobile\PupAPPa.Mobile.iOS\bin\iPhone\Release\GoogleDataTransportCCTSupport.framework.dSYM\bin\iPhone\Release\GoogleDataTransportCCTSupport.framework.dSYM\Contents\Resources\DWARF\DotNetZip-luonjlnz.tmp'.


But:
1. The IPA is generated;
2. I can upload IPA on App Store and it's seem work.


can someone help me?

Thanks



dotnet-xamarin
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Try to change the archives path , and restore all nuget packages ,then rebuild and delete IntermediateOutputPath in csproj of your project ,refer to the solution : https://stackoverflow.com/a/61120063/8187800.

0 Votes 0 ·

It looks like a google package causes the error , could you try to figure out the package and remove/reinstall it to see if problem persists.

0 Votes 0 ·

0 Answers