getting error while generating iOS app archive for AFNetworkActivityLogger . rsync error shown in the output logs of archive

48 Views Asked by At

Showing Recent Issues rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AFNetworkActivityLogger.framework" "/Users/roshnisatyarthi/Library/Developer/Xcode/DerivedData/Illuminex-dfoojhelnrebktgmqukhedzexkci/Build/Intermediates.noindex/ArchiveIntermediates/VDB-Debug/InstallationBuildProductsLocation/Applications/VDB.app/Frameworks"

building file list ... rsync: link_stat "/Users/roshnisatyarthi/Documents/GitHub/illuminex-iPad/../../../IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AFNetworkActivityLogger.framework" failed: No such file or directory (2)

[pod file detail](https://i.stack.imgur.com/B7hZ4.png)

using latest xcode version v14.3.1, macOs v13.4.1, COCOAPODS: 1.12.1

Checked related issue on stackoverflow but didn't work. need help to fix the issue.

0

There are 0 best solutions below