iPhone Development - Compiler Warning!

后端 未结 4 618
悲哀的现实
悲哀的现实 2020-12-30 21:26

Sometimes when i try to \"build\"/compile a downloaded source, i get following warning:

ld: warning: directory \'/Volumes/Skiiing2/CD/ViewBased/Unknown Path/         


        
4条回答
  •  無奈伤痛
    2020-12-30 21:56

    Your project is set up to use a framework that was once on a removable disk of some kind, that is no longer there. You can make the warning go away by removing that path from the linker command line, you'll find a property in the project somewhere that references it.

提交回复
热议问题