error I\'m receiving is this
directory not found for option \'-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/De
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.