Xcode linker error: file too small for architecture x86_64

后端 未结 10 1366
深忆病人
深忆病人 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:31

    Quick way to fix error without complete cache clean:

    1. Open file described in error (in case of this question TWRAppDelegate)
    2. cmd + A
    3. cmd + X
    4. Rebuild - fail
    5. cmd + V
    6. Rebuild - succeed

提交回复
热议问题