简体   繁体   English

本地/远程IOS设备上的Visual Studio Cordova应用

[英]Visual Studio Cordova app on local/remote IOS device

I am developing mobile app on VS cordova and it is ON windows machine. 我正在VS Cordova上开发移动应用程序,并且它在Windows计算机上。 I have MAC for simulation. 我有用于仿真的MAC。 All simulations work fine on MAC. 所有模拟都可以在MAC上正常工作。

But I can NOT get the app into Iphone 5 for testing using the MAC. 但是我无法将应用程序放入Iphone 5中以使用MAC进行测试。 I have apple developer account and created a certificate, registered and provisioned the device. 我有Apple开发人员帐户并创建了证书,注册并配置了设备。 When I go Xcode, I can see the provisioned device. 当我使用Xcode时,可以看到配置的设备。

But, when run from VS (windows machine) as a remote device (Iphone is connected to MAC), get an error 但是,当从VS(Windows计算机)作为远程设备(Iphone连接到MAC)运行时,出现错误

“code signing is required for product type 'Application' in SDK 'iOS 8.4” “ SDK'iOS 8.4中的产品类型'Application'需要代码签名”

Can someone provide some guidance how to deploy my app to Iphone for testing? 有人可以提供一些指导如何将我的应用程序部署到Iphone进行测试吗?

I've already follow through the visual guidance. 我已经按照视觉指导进行操作了。 but did not help 但没有帮助

Thank you So much 非常感谢

I had the same problem. 我有同样的问题。

I assume the "remotebuild" is working fine with Simulator. 我认为“ remotebuild”在Simulator上工作正常。

Make sure the device(iPhone 5) has verified provisioning. 确保设备(iPhone 5)已验证配置。 iPhone --> Setting --> General --> Profiles --> Select the Provisioning profile iPhone->设置->常规->配置文件->选择配置文件

If it is verified then You may want to revoke your provisioning profile and certificate and re-create the provisiong profile. 如果已通过验证,则您可能要撤消您的配置文件和证书,然后重新创建该配置文件。

Make sure the Bundle ID is identical as your Project ID in config.xml file. 确保Bundle ID与config.xml文件中的Project ID相同。

Hope this fix the problem. 希望这能解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Cordova Visual Studio 2015 RC社区:远程设备iOS - Cordova Visual Studio 2015 RC Community : Remote Device iOS Visual Studio 2017 Cordova iOS本地设备中的调试失败 - visual studio 2017 cordova ios debug in local device failed Visual Studio Cordova iOS部署用于远程构建 - visual studio cordova ios deploy for remote build Visual Studio Cordova IOS远程构建失败 - Visual Studio Cordova IOS remote build fail Visual Studio Cordova部署到ios设备失败和Visual Studio崩溃 - visual studio cordova deploy to ios device failing and visual studio crashing Visual Studio调试器无法连接到iOS模拟器中的远程Apache Cordova应用 - Visual Studio Debugger failing to connect to remote Apache Cordova app in iOS simulator Visual Studio 2015 Apache Cordova-在连接到PC的真实设备中使用ios-app构建 - Visual Studio 2015 Apache Cordova - Build with ios-app in real device connected to PC Visual Studio Cordova OS X或IOS远程连接 - Visual Studio Cordova OS X or IOS Remote connection 将Icon 83.5x83.5@2x添加到带有远程构建的Apache Cordova的Visual Studio工具中的iOS App - Add Icon 83.5x83.5@2x to iOS App in Visual Studio Tools for Apache Cordova with remote-build 在Visual Studio Team Services中构建Cordova App(iOS) - Build Cordova App (iOS) in Visual Studio Team Services
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM