Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: Unable to load contents of file list: '/Target Support Files/Pods-xx/Pods-xx-frameworks-Debug-input-files.xcfilelist' (in target 'xx')

XCode Version 10.2.1

error: Unable to load contents of file list: '/Target Support Files/Pods-SMarket/Pods-SMarket-frameworks-Debug-input-files.xcfilelist' (in target 'SMarket')

error: Unable to load contents of file list: '/Target Support Files/Pods-SMarket/Pods-SMarket-frameworks-Debug-output-files.xcfilelist' (in target 'SMarket')

error: Unable to load contents of file list: '/Target Support Files/Pods-SMarket/Pods-SMarket-resources-Debug-input-files.xcfilelist' (in target 'SMarket')

error: Unable to load contents of file list: '/Target Support Files/Pods-SMarket/Pods-SMarket-resources-Debug-output-files.xcfilelist' (in target 'SMarket')

I tried this solution, not working.

I tried to clean, rebuild the project, still failed.

No idea which part generates these errors, please comment if I need to show details of specific files.

My Target -> Build Phases: enter image description here

[CP] Embed Pods Frameworks enter image description here

[CP] Copy Pods Resources enter image description here

like image 752
Vanessa Leung Avatar asked May 16 '19 03:05

Vanessa Leung


2 Answers

pod deintegrate

then

pod update
like image 81
Igor Voynov Avatar answered Oct 21 '22 01:10

Igor Voynov


I found out under [CP] Embed Pods Frameworks and [CP] Copy Pods Resources, there're input files and output files sections. Just deleted files in those sections, and it works.

But I still have no idea why this error is generated.

enter image description here

like image 45
Vanessa Leung Avatar answered Oct 21 '22 00:10

Vanessa Leung