Xcode linker error: file too small for architecture x86_64

后端 未结 10 1391
深忆病人
深忆病人 2020-12-01 04:21

I\'m developing an application in Xcode.

When I try to build, this error comes up:

ld: in /Users/theodore/Library/Developer/Xcode/DerivedData/Tower-b         


        
10条回答
  •  不知归路
    2020-12-01 04:32

    Stealing @martin-baulig's answer:

    Try a full rebuild / clean. It's possible that the previous build has been abnormally aborted, leaving the TWRAppDelegate.o file corrupted or zero-size.

提交回复
热议问题