Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Unknown file type in" Xcode

Tags:

xcode

ios

clang

unknown file type in '/Users/m*****b/Library/Developer/Xcode/DerivedData/***Point-a*******/Build/Products/Debug-iphonesimulator/AWSDK.framework/AWSDK' clang: error: linker command failed with exit code 1 (use -v to see invocation)

I see this error when building upon having to change computers. The old computer builds the exact same app and version from Git, but I get this error instead on the new computer.

Any idea on what's going on or how to fix it?

like image 298
michaeldebo Avatar asked Nov 02 '25 19:11

michaeldebo


1 Answers

I needed to install git lfs then clone the repos again.

like image 151
michaeldebo Avatar answered Nov 04 '25 11:11

michaeldebo