uber / needle

Compile-time safe Swift dependency injection framework
Apache License 2.0
1.84k stars 144 forks source link

Failed to read source paths from list file at iOS #440

Closed amyaots closed 2 years ago

amyaots commented 2 years ago

Hello! I tried sample project build with Needle 0.19.0 installed via Homebrew and have error (XCode 14.0.1): error build: 💩 Failed to read source paths from list file at iOS -- file:///Users/aleksmiaots/Downloads/needle-0.19.0/Sample/MVC/TicTacToe/ Error Domain=NSCocoaErrorDomain Code=260 "The file “iOS” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/aleksmiaots/Downloads/needle-0.19.0/Sample/MVC/TicTacToe/iOS, NSUnderlyingError=0x600003395950 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} What Im doing wrong?

amyaots commented 2 years ago

Wrong path :(