iPhone Development - Compiler Warning!

后端 未结 4 600
悲哀的现实
悲哀的现实 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:40

    Yes. I've found this path in search path settings but not for project but for target!

    0 讨论(0)
  • 2020-12-30 21:47

    I just upgraded to iPhone SDK version 3.2, and ran into this problem. It looks like it happens on all my projects that were created with the 3.1.2 SDK.

    After some amount of searching, I finally was able to find it in the project settings. You have to "Get Info" on the target to find it. Click the "Build" tab, and scroll down to "Search Paths". It can be deleted from there.

    Hope that helps...

    Dave

    0 讨论(0)
  • 2020-12-30 21:52

    this specific warning with the 'skiing' reference was a bug in the latest xcode beta for iPad. make sure your running either the latest xcode beta or the latest production xcode.. you should not see that warning again.

    Hope that helps.. John

    0 讨论(0)
  • 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.

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