Everything about my app was working fine. I need to change the bundle ID, so I change it from what it currently was set at (com.jeffgrimes9.${PRODUCT_NAME:rfc1034identifier}) - exactly what was inside the parentheses. The name of my app was hammerhead. I changed the bundle id to com.jeffgrimes9.locationchat and then immediately changed it back to its previous value when I tried running the simulator and nothing happened.
So at the end of the day it was the same value. But now the app doesn't run at all. I have tried restarting Xcode, restarting the iPhone simulator, clearning my DerivedData folder, cleaning the build, copying all folders to a new projects, tried different bundle id values, looked all over the internet...nothing. But I keep getting the same error message when I try to validate my build for App Store submission:
"Unable to extract codesigning entitlements from your application. Please make sure hammerhead is a valid Mach executable that's properly codesigned."
Any ideas?