Xcode linker error: file too small for architecture x86_64

后端 未结 10 1365
深忆病人
深忆病人 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条回答
  •  -上瘾入骨i
    2020-12-01 04:38

    Step 1. Go to: Project > Build Settings > Search Paths

    Step 2. Set "Always Search User Paths" to Yes

    Step 3. Build the project (You'll get a warning but the project will build.)

    Step 4. Set "Always Search User Paths" back to No and build again to eliminate the warning

提交回复
热议问题