我正在使用VS2015 Update 2和TACO Update 9,我正在尝试在连接到我的Windows计算机的iPhone 6S(iOS 9.3.1)上调试应用程序。远程构建成功但在尝试调试应用程序时收到以下消息:
2>------ Deploy started: Project: xyz, Configuration: Debug iOS ------
2>Found iTunes version: 12.3.0.44
2>Uninstalling app ID: com.bob.xyz.
2>Successfully installed .ipa file: D:\Documents\Projects\xyz\xyz\bin\iOS\Debug\xyz.ipa.
2>Starting idevicedebugserverproxy.exe at port 3000.
2>Cannot find the app installed on the device. Check that the device is connected, awake, and unlocked.
2>Deployment failed.
当我查看设备时,我看不到该应用程序。我可以采取哪些步骤来进一步调试可能导致失败的原因吗?
答案 0 :(得分:-1)
确保您的解决方案配置为Debug build而不是Release。