Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compile XCode Projects online

Tags:

c++

iphone

I'm using the mosync library for develop iPhone applications. It generates the Xcode project , now I need to compile it to make it run on a iphone. So for that I need a mac.

do anybody know somewhere online to find online compiler which do that with a web based interface?

--thanks in advance--

like image 747
sandun dhammika Avatar asked Oct 23 '11 23:10

sandun dhammika


People also ask

Do I need a Mac to compile Xcode project?

It generates the Xcode project , now I need to compile it to make it run on a iphone. So for that I need a mac. do anybody know somewhere online to find online compiler which do that with a web based interface? Like you said, you need a Mac. Yes sir , the question is about a online accessible mac. Read the answer that I've marked accepted.

What are the best alternatives to Xcode for building mobile apps?

Check out these great Xcode alternatives: 9. React Native Use JavaScript to build native mobile apps. 10. Xamarin Use C# to build a mobile app that you can deploy natively to Android, iOS and Windows. 11. Appcelerator Build native mobile apps using JavaScript.

Do you have to install Xcode to learn programming?

You won’t have to install Xcode because it comes preinstalled. You can also do pay-as-you-go so it’s a pretty low commitment. Some people complain that it’s slow but you can try it out for yourself since it’s only about a buck an hour! 3. XcodeClub XcodeClub is run by Daniel who is a passionate developer himself.

What is onecompiler?

Write, Run & Share code online for 40+ languages OneCompiler is a free online compiler. It helps users to write, run and share code online for more than 40 programming languages, including all popular languages like Java, Python, C, C++, NodeJS, Javascript, Groovy, Jshell & HTML


2 Answers

Its really a difficult ask, since apples terms of use on certificates stop people from doing this.

But I got a paid solution for the same problem you mentioned which provides Xcode on Macintosh with latest updates. It just cost about 10$-20$ per month. Initially, you will get the trial offer too. If you like it, then you can subscribe it.

But friends beware of those who provides hacintosh version.

You can refer to following link-

  1. http://www.xcodeclub.com/
  2. http://virtualmacosx.com/
like image 122
Susomrof Avatar answered Oct 02 '22 23:10

Susomrof


If you want to compile C or C++ right on iPhone/iPad you can try CppCode ios app

like image 45
4ntoine Avatar answered Oct 02 '22 23:10

4ntoine