简体   繁体   English

将Xcode和xamarin项目集成到单个项目中

[英]integrate Xcode and xamarin projects in single project

I am creating an iOS app. 我正在创建一个iOS应用。 One of my team member wants to work on Xcode and other wants to use Xamarin. 我的团队成员之一希望从事Xcode的工作,而另一个希望使用Xamarin。 I want to know that is it possible that both modules can be be integrated into a single project in the end? 我想知道两个模块最后是否可以集成到单个项目中?

Practically - No. 实际上-不

In theory - Yes, you can manage to develop some parts of the application in Xamarin, some parts in Xcode and then combine them. 从理论上讲-是的,您可以设法在Xamarin中开发应用程序的某些部分,在Xcode中开发某些部分,然后将它们组合在一起。 But practically it won't pay back in time/effort perspective. 但是实际上,它不会在时间/精力方面获得回报。 Xcode and Xamarin are not just different IDEs, it's completely differents approach of developing an application. Xcode和Xamarin不仅是不同的IDE,还是开发应用程序的完全不同的方法。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM