Domain: com.apple.dt.CoreDeviceError Code: 3000 Failure Reason: The path to the provided bundle's main executable could not be determined. Recovery Suggestion: Ensure that your bundle's Info.plist contains a value for the key CFBundleExecutable.
where do I get a value for the key CFBundleExecutable to manually add to my info.plist (build is succeded but failt to add it to my iphone
This is normally taken care of for you behind the scenes with Xcode. How was your Xcode project created? If you look in build settings, is GENERATE_INFOPLIST_FILE enabled? If you have an Info.plist file in your app's source code, can you share its contents here?
— Ed Ford, DTS Engineer