use -v to see invocation?

后端 未结 1 1096
终归单人心
终归单人心 2021-01-22 04:35

I am having a serious linker problem on one of my iOS apps (See previous post for details)

linker command failed with exit code 1 (use -v to see invocation)


        
相关标签:
1条回答
  • 2021-01-22 05:15

    Click your project in the Project Navigator. Click the Build Settings tab. Find the Linking section. Under that, add -v to “Other Linker Flags”.

    You may need to clean your project or the build folder and rebuild to see the result in the build log.

    0 讨论(0)
提交回复
热议问题