pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

Problem with Archiving project #115

Closed filip-aetherius closed 7 months ago

filip-aetherius commented 7 months ago

Describe the bug Give a clear and concise description of what the bug is.

Rename failed: /Users/test/Library/Developer/Xcode/DerivedData/Test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/Speech-bad90112.o.tmp -> /Users/test/Library/Developer/Xcode/DerivedData/test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/Speech.o: No such file or directory

Rename failed: /Users/test/Library/Developer/Xcode/DerivedData/Test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/CoreMotion-07ef2dfa.o.tmp -> /Users/test/Library/Developer/Xcode/DerivedData/test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/CoreMotion.o: No such file or directory

Rename failed: /Users/test/Library/Developer/Xcode/DerivedData/Test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/CoreLocation-aef9f0f0.o.tmp -> /Users/test/Library/Developer/Xcode/DerivedData/test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/CoreLocation.o: No such file or directory

Rename failed: /Users/test/Library/Developer/Xcode/DerivedData/test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/Swift-236a70eb.o.tmp -> /Users/test/Library/Developer/Xcode/DerivedData/test-glvqxrieyduwirfnaoouzklnojya/Build/Intermediates.noindex/ArchiveIntermediates/test-staging/IntermediateBuildFilesPath/swift-custom-dump.build/Release-iphoneos/CustomDump.build/Objects-normal/arm64/Swift.o: No such file or directory

To Reproduce Zip up a project that reproduces the behavior and attach it by dragging it here.

I deleted derived data, clean build project, restart PC and did everything I could to try resolving this but it didn't work.

// And/or enter code that reproduces the behavior here.

Expected behavior Give a clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment

Additional context Add any more context about the problem here.

RuiAAPeres commented 7 months ago

I am seeing the same issue.

mbrandonw commented 7 months ago

Hi @filip-aetherius and @RuiAAPeres, this was fixed in 1.2.1. Please update your dependence on swift-custom-dump.

peter-alt-eb commented 7 months ago

@mbrandonw could this fix get added to the older version as well? I asked here https://github.com/pointfreeco/swift-custom-dump/issues/107#issuecomment-1989538713 because some projects are still stuck on Pre-1.0 TCA.

stephencelis commented 7 months ago

This fix has been back-ported to the 0.x series: https://github.com/pointfreeco/swift-custom-dump/releases/tag/0.11.2