Troubleshooting: Cannot Connect to the Mac
To resolve this problem, look at these areas:
- Have you activated the iOS target platform?
- Is your Mac running and connected to the network?
- Is the Platform Assistant installed and running on the Mac?
- Do you have a Connection Profile that describes your Mac?
- Does 'Test Connection' succeed on the Connection Profile Manager?
- Have you installed an SDK for this iOS device in the SDK Manager?
- Check the Build tab of the Messages view for any possible error:
- [Error Error] Missing provisioning information. Mobile Provisioning Profile has not been specified for the <Build Type> platform configuration.
- It means that RAD Studio was unable to deploy your application to the target device because the Mobile Provisioning Profile is missing. You need to provide the provisioning information to code sign your application to build an "Application Store" or an "Ad hoc" application. "Debug" does not require this information.
- Note: If you get a different error, select the error message on the Build tab and press F1 to open the help for that error.
- Tip: If you see the message "Connection closed gracefully," the solution is to reboot the Mac in order to enable subsequent connections.