简体   繁体   English

iPhone / iPad导出Eclipse插件

[英]iPhone/iPad export Eclipse Plug-ins

I was wondering are there any Eclipse plug-ins will that let me export my files (already packaged in the iPhone/iPad format) so that I can send to Apple for review. 我想知道是否有任何Eclipse插件可以让我导出文件(已经以iPhone / iPad格式打包),以便可以发送给Apple进行审查。 I don't have a Mac so XCode is out of the question. 我没有Mac,因此无法使用XCode。

I already have a plug-in to work in Objective-C, I just need a plug-in to export in iPhone/iPad format. 我已经有一个可以在Objective-C中工作的插件,我只需要一个插件即可以iPhone / iPad格式导出。

Even though you can conceivably compile Objective-C from Eclipse, you don't have the Cocoa Touch, Foundation, or any other libraries that will be required to build a functional iOS app. 即使可以想象从Eclipse编译Objective-C,也没有Cocoa Touch,Foundation或构建功能性iOS应用所需的任何其他库。 You won't have a simulator. 您将没有模拟器。 You won't have any way to codesign and build/compile your apps for the hardware. 您将没有任何方法对硬件进行代码签名和构建/编译您的应用程序。 You won't have the tool to submit them. 您将没有工具来提交它们。

You'll find a number of folks who have attempted to go down this road before - it's a dead end. 您会发现很多以前尝试过这条路的人-这是死路一条。 The easiest / cheapest solution is to buy a used Mac Mini and hook it up to your currently owned accessories (monitor, keyboard, mouse). 最简单/最便宜的解决方案是购买二手Mac Mini,并将其连接到当前拥有的配件(显示器,键盘,鼠标)。

您好运,我的朋友,Apple使用Application Loader(一种Mac应用程序)将文件上传到iTunes Connect。

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

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