Print: Entry, “:CFBundleIdentifier”, Does Not Exist

My problem was actually that my build was in Release mode instead of Debug mode. As a result, the identifier was pointing to something that was not in existence. I changed the build type and it ended up working.

Leave a Comment