在Visual Studio中构建应用程序期间,如何解决框架错误?
我正在尝试从Visual Studio构建iOS Xamarin应用程序,并且我正在遇到不同的错误,设法倒入其中大部分的错误,但是无论我做什么,这个错误似乎都持续下去,
几乎没有背景,我在Windows方面创建了此Xamarin应用程序将其复制到虚拟MAC并将其部署到远程设备,因为我没有开发人员帐户从Windows侧进行
此错误:
未能验证/var/installd/library的代码签名/CACHE/.../framework/runtimecore.framework:0xe800801c(没有找到代码签名)
我想知道这个错误是什么在线搜索重新启动机器,但它们都没有用
I am trying to build an ios Xamarin application from visual studio and i have been getting different errors, managed to supress most of them but this one seems to persist no matter what i do,
little background i am creating this xamarin application on the windows side copying it to virtual mac and deploying it to remote device because i don't have a developers account to do it from windows side
the error is like this:
Failed to verify code signature of /var/installd/Library/Cache/...../Framework/RuntimeCore.framework:0xe800801c(No code Signature Found)
I would like to know what this error is and how i might rectify it if possible i have tried searching online restarting the machine but none of them worked
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要检查免费配置
它允许Xamarin.ios开发人员在iOS设备上部署和测试其应用程序,而无需成为Apple Developer计划的一部分。虽然模拟器测试非常有价值且方便,但在物理iOS设备上测试应用程序也至关重要,以验证它们在现实世界内存,存储和网络连接约束下是否正常运行。
这是相关文档: https://learn.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/free-provisioning/free-provisioning?tabs=macos
you may want to check Free provisioning
It allows Xamarin.iOS developers to deploy and test their apps on iOS devices without being part of the Apple Developer Program. While simulator testing is valuable and convenient, it is also essential to test apps on physical iOS devices to verify that they function properly under real-world memory, storage, and network connectivity constraints.
Here is related documents:https://learn.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/free-provisioning?tabs=macos