Xcode 7: Linker warning for -F/ but no settings in app.xcodeproj/project.pbxproj match

前端 未结 3 545
心在旅途
心在旅途 2021-01-19 07:40

I converted a Swift 1.x project for iOS to Swift 2.x using Xcode 7 beta 3. It compiles and runs but I have a linker warning persisting. I\'ve done a search through the pro

3条回答
  •  逝去的感伤
    2021-01-19 07:56

    If you get this issue after upgrading Xcode, then just in Xcode click;

    File -> Open Recent -> Clear Menu.

    Xcode -> Quite Xcode

    Go to your project directory and open your project normally.

    click cmd + alt + shift + K, this will clean your project

    clcik cmd + B

    Then you should be fine.

提交回复
热议问题