Xcode fails without specifying and errors

前端 未结 22 1733
栀梦
栀梦 2021-02-12 13:27

All of a sudden my project fails to build in Xcode. If I look at the log I see all the needed dependencies being built, and then I get a strange error:

Verify fi         


        
22条回答
  •  抹茶落季
    2021-02-12 13:56

    did you set "Perform Single-Object Prelink" to Yes? try turn it off.

    i had the similar problem. i have tons of files in a static library. reducing the number of files or setting "Perform Single-Object Prelink" to NO solved my problem.

提交回复
热议问题