Talk:Xcode: Difference between revisions

Content deleted Content added
rv test
 
(122 intermediate revisions by 63 users not shown)
Line 1:
{{Talk header}}
{{MacProjectArticle}}
{{WikiProject banner shell|class=C|
{{WikiProject Computing|importance=mid}}
{{WikiProject Apple Inc.|importance=high}}
}}
{{afd-merged-from|History of Xcode|History of Xcode|21 June 2010}}
 
{{User:MiszaBot/config
==Suggestions for improving the article==
|archiveheader = {{talkarchivenav|noredlinks=y}}
Screenshots anyone? {{unsigned|Int19h|09:36, 2004 May 30}}
|maxarchivesize = 100K
|counter = 1
|minthreadsleft = 3
|minthreadstoarchive = 1
|algo = old(30d)
|archive = Talk:Xcode/Archive %(counter)d
}}
 
== TutorialsXcode languages support ==
Are there any good "Introduction to Xcode"-type tutorials out there? It would be helpful for this article to provide links to them, so that beginning users can learn how to compile simple projects in Xcode. I came here looking for that kind of information, and was disappointed. [[User:GPS Pilot|GPS Pilot]] 00:15, 27 June 2006 (UTC)
 
I noticed the part where it talks about Xcode language support should be updated for the languages it supports today. Does it really have any tooling for Java or Ruby nowadays? And the extra languages that needed plugins probably aren’t supported anymore either. [[User:Balder16|Balder16]] ([[User talk:Balder16|talk]]) 02:25, 12 February 2025 (UTC)
== Needs expansion ==
 
:I searched the Apple Developer documentation, and the only other supported language I could find was C++. There's no page on Java or Ruby.
This article needs a great deal of expansion and should be tagged appropriately. It isn't clear to me how to tag it, though; I feel it's already beyond a stub. -- [[User:Sdfisher|Steven Fisher]] 22:55, 2 August 2006 (UTC)
:https://developer.apple.com/xcode/cpp/ [[User:KelCodesStuff|KelCodesStuff]] ([[User talk:KelCodesStuff|talk]]) 20:38, 5 March 2025 (UTC)
::I was meaning to gather some references to rewrite that part and ended up getting busy with other stuff. For example, when it says third parties added support to other programming languages, that was a feature of the Plugins that aren't even supported anymore. [[User:Balder16|Balder16]] ([[User talk:Balder16|talk]]) 23:51, 5 March 2025 (UTC)
 
== A Commons file used on this page or its Wikidata item has been nominated for speedy deletion ==
== Mac OS X 10.5 / Xcode 3.0 ==
The following Wikimedia Commons file used on this page or its Wikidata item has been nominated for speedy deletion:
* [[commons:File:Xcode.svg|Xcode.svg]]<!-- COMMONSBOT: speedy | 2025-06-11T05:36:27.973693 | Xcode.svg -->
You can see the reason for deletion at the file description page linked above. —[[User:Community Tech bot|Community Tech bot]] ([[User talk:Community Tech bot|talk]]) 05:36, 11 June 2025 (UTC)
 
== Possibly incorrect LLVM tag for Xcode 16.2 ==
I'm not sure Mac OS X 10.5 and Xcode 3 should be listed in the infobox, since this software isn't released yet. -- [[User:Sdfisher|Steven Fisher]] 05:58, 9 August 2006 (UTC)
 
In the "Toolchain version history" table, the footnote on Xcode 16.2 indicates LLVM tag swift-6.0.3-RELEASE. But it is not possible to build LLVM on this tag using Xcode 16.2, because a [https://github.com/swiftlang/llvm-project/commit/94471e73fe3a6e5ddf700ed79941b1f1c8d2127b fix] for a [https://github.com/swiftlang/llvm-project/issues/9305 compile error] is missing from that release. Instead, tag swift-6.1-RELEASE is necessary for building with Xcode 16.2. This suggests a change should be made to the footnote, moving the referenced tag up to the nearest functioning tag, which is swift-6.1-RELEASE. [[User:Byron.C.Hawkins|Byron.C.Hawkins]] ([[User talk:Byron.C.Hawkins|talk]]) 13:40, 16 July 2025 (UTC)
: The infobox_software template has fields that we can set for a "preview release"; I've filled those out. Hopefully that will reduce the ambiguity of 3.0 a little bit... <span style="color:blue;font-weight:bold;font-size:larger;font-family: Monotype Corsiva;"> [[User talk:Warrens|-/-]] [[User:Warrens|Warren]]</span> 07:10, 9 August 2006 (UTC)
 
== Front end vs. include ==
 
The phrasing "Xcode is a front-end for GNU Compiler Collection (GCC)" implies a 1:1 relationship. Includes means contains, which is certainly true of Xcode - the Xcode install includes gcc. -- [[User:Sdfisher|Steven Fisher]] 01:08, 29 August 2006 (UTC)
 
The Xcode install, yes, but Xcode itself, no, imho. Xcode doesn't include gcc more than it includes Interface Builder, gdb, or documentation. gcc still runs without problem if Xcode is removed. But whatever... [[User:Engelec|Engelec]] 20:19, 29 August 2006 (UTC)
 
:What exactly do you think "include" means? Please go look up "include" in a dictionary. Thanks. -- [[User:Sdfisher|Steven Fisher]] 15:33, 30 August 2006 (UTC)
 
::I think exactly the same as the <em>New Oxford American Dictionary</em> which I guess you can read on your Mac: <em>comprise or contain as part of a whole</em>. Xcode.app doesn't include gcc (I've just checked with <code>find</code> even if I knew it already), I bet it doesn't need it, and gcc definitively doesn't need Xcode. And while I'm at it, I don't subscribe to the 1:1 relationship of front-end/back-end. Mathematica, for instance, has a front-end for MathKernel, but MathKernel is also used without this front-end in products such as webMathematica. And ddd is one of many front-ends for gdb, according to [http://www.gnu.org/software/ddd/ ddd home page].[[User:Engelec|Engelec]] 23:30, 30 August 2006 (UTC)
 
:::Try gcc before and after the Xcode install. Thus, included. -- [[User:Sdfisher|Steven Fisher]] 23:56, 30 August 2006 (UTC)
 
::::Ok, then if "Xcode" means the whole development tool suite installed with the Xcode package, which is debatable if you read Apple documentation, Xcode also includes Interface Builder. My first reply above wasn't that wrong.[[User:Engelec|Engelec]] 00:42, 31 August 2006 (UTC)
 
:::::Oh! I see where you're coming from. I think, then, that the intro sentence needs updating (Xcode is the IDE ''or'' the name of the developer tools package), and the includes needs to be reworded as well. -- [[User:Sdfisher|Steven Fisher]] 05:06, 31 August 2006 (UTC)