Getting Framework related warning in Xcode 7.0

前端 未结 5 1530
北荒
北荒 2020-12-24 05:10

error I\'m receiving is this

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

5条回答
  •  余生分开走
    2020-12-24 05:32

    Instead of deleting Framework Searh Paths (It causes other problems specially if you're using Fabric framework), you can change this line :

    $(SDKROOT)/Developer/Library/Frameworks

    with

    $(SDKROOT)/Developer/Library/PrivateFrameworks

    and it should work.

提交回复
热议问题