Xcode鏈接真機(jī)運(yùn)行后報(bào)錯(cuò):
file too small (length=0) file '/Users/xxxx/Library/Developer/Xcode/DerivedData/App-eelvbkglixbbxdfqteypnueqfvdl/Build/Intermediates.noindex/App.build/Debug-iphoneos/App.build/Objects-normal/arm64/SocketIOClient.o' for architecture arm64
解決:
1.選擇xcode菜單的Product下的Clean,或者組合鍵是Cmd+Shift+K,清除一遍
2.重新編譯