Xcode 7 Warning - directory not found for option - iPhoneSimulator9.0.sdk

前端 未结 3 1627
孤城傲影
孤城傲影 2021-02-18 17:16

I have got this warning when upgrade my project:

directory not found for option \'-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.p

3条回答
  •  有刺的猬
    2021-02-18 17:50

    1. Click on your project (targets)
    2. Click onn Build Settings
    3. Use the arrows next to your project name (right above the Basic and All buttons) the change to the Tests target
    4. if the warning is ...for option '-F/... thats Framework Search Paths, delete the stuff there
    5. Clean
    6. Build Go for it.

提交回复
热议问题