Asset Build Input File cannot be found while Archiving
Closed this issue · 2 comments
Describe the bug
While archiving my Xcode project, I encountered an error that says Build Input File cannot be found: '.../DerivedData/Project/Build/Intermediates.noIndex'
. I believe this has to do with the Media assets holding xmark.circle images not being passed into the archiving process. My project compiles and runs without any errors, but fails when archiving. What am I doing wrong here? Thank you so much!
Target version
- Environment: iOS
- Version: Xcode Version 15.0 beta 3 (15A5195k)
- Package Manager: Swift PM
I have opened PR for this, @lucaszischka. Let me know when you are ready to go or if you want to suggest any changes. Fix for this was able to archive. Thanks!
Hello @Awesomeplayer165 ,
as nobody else replied or reacted to this issue jet I think this maybe related to your local configuration. Please also try cleaning your build folder, etc.. This could also just be beta related, as I myself (Beta 6) can't reproduce the issue.