Xcode now costs US$ 4.99
281–290 of 401 posts
Re: Xcode now costs US$ 4.99
#282I'm an academic who develops Free / Open Source software and distributes libraries and binaries for the Windows, x86 and x86_64 Linux and Mac platforms along with the source. One important library generates C code based on a domain specific language, links a shared object and uses that; on Windows and Linux, we ship a cut back gcc and libtools to do that; libtools doesn't work on the Mac (at least last time I looked…
What price, other than $0, would be acceptable for a tool that took years of effort by a team of programmers and cost Apple tens of millions in programmer's salaries to develop?
Re: Xcode now costs US$ 4.99
#283Re: Xcode now costs US$ 4.99
#284Re: Xcode now costs US$ 4.99
#285Earlier quoted context omitted.
Great, so all someone needs to do is make a decent Cocoa IDE (don't forget Instruments and an iOS simulator!) and give it away for free. Problem solved.
Yes, the solution to you not willing to pay $5 is for someone else to invest hundrends of thousands of dollars (at programmer's market pay) to re-implement XCode. I do develop open-source software (SumatraPDF) and give it away for free, but this kind of attitude of entitlement always gets me.
Re: Xcode now costs US$ 4.99
#286Earlier quoted context omitted.
I love emacs and use it every day. And I'm glad that it's free software. But if Apple offered to keep my Mac's emacs install up to date for $4.99 I would pay in a heartbeat. I have to periodically check whether my version is out of date. When it is, I have to find the download URL, click on it, remember to come back when the package has downloaded, and run the installer. I have to do this on all of my machines. Sure,…
Just curious, I'm assuming that switching to Linux to get automatic updates for all packages would cost you more than $5 in pain in other areas. Is that assumption correct?
Re: Xcode now costs US$ 4.99
#287Earlier quoted context omitted.
Xcode is an IDE, you can still get the compilers as both of them are open source. http://www.opensource.apple.com/source/gcc/gcc-5646/ http://llvm.org/releases/download.html
It's packaging and bundling that's the problem. There is enough people out there that don't want to have to manually install compilers etc versus just installing Xcode.
Re: Xcode now costs US$ 4.99
#288This is somewhat strange pricing - it seems ridiculously cheap if they're trying to make significant profits off of it, but pricey enough to prevent tinkerers who don't really know about coding but feel like trying it from getting a start in xcode.
Re: Xcode now costs US$ 4.99
#289Earlier quoted context omitted.
Right -- and providing dev tools and server platforms for free to students at the high school and college levels is why the MSDNAA and DreamSpark exist on the MSFT side of things. Of course, it took literally a couple of years to get each of those programs started. I remember spending months just arguing back and forth about whether or not an edition of Office should be in MSDNAA (since it is a development platform,…
And how popular is DreamSpark? I signed our organization up for it, did all the hard work and provided easy download instructions & serial keys. I had exactly 0 (zero) takers. It's just still too convoluted compared to the OSS options out there. Everyone uses PHP, Python or Ruby. I realize that Microsoft still has 90% of the personal computer market, but it all reads like the last days of Big Blue to me. The king is…
Re: Xcode now costs US$ 4.99
#290Earlier quoted context omitted.
> are people bitching about $5? Yes. Because Xcode has been free for 10 years it's taken for granted that Xcode is free, and because OSX's base install does contain any C compilers, it's in the Xcode install .
> OSX's base install does contain any C compilers, it's in the Xcode install. I think you ment to say "Doesn't" instead of does. This nullifies any argument that GCC and the Gnu Toolchain are free to download, if in a year from now the OS you buy doesn't contain GCC in the base install in order to download and compile GCC.