I'm developing with parse.com and I get this problem upgrading to Xcode 7. Some Parse Frameworks are not fully working.
I've got this Warning:
URGENT: all bitcode will be dropped because '/Users/[MY_USER]/Downloads/parse-starter-project-1/ParseStarterProject/Parse.framework/Parse(PFMutableFileState.o)' was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. Note: This will be an error in the future.
Let me remind that everything was working in the last version of Xcode 6.
How to ENABLE Bitcode in Xcode 7?