Xcode linker error: file too small for architecture x86_64

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

    A clean rebuild didn´t in my case so i explain how i solved the problem:
    - Removed reference to the file (don´t delete the file)
    - Add the file to the project again and run

提交回复
热议问题