Xcode Reviews & Product Details

Profile Status

This profile is currently managed by Xcode but has limited features.

Are you part of the Xcode team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

9 months

Xcode Integrations

(7)
Integration information sourced from real user reviews.

Xcode Media

Xcode Demo - Xcode
Xcode
Xcode Demo - Xcode
Xcode
Product Avatar Image

Have you used Xcode before?

Answer a few questions to help the Xcode community

Xcode Reviews (1,017)

View 2 Video Reviews
Reviews

Xcode Reviews (1,017)

View 2 Video Reviews
4.2
1,017 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Xcode for its seamless integration with the Apple ecosystem, which simplifies the development process for iOS and macOS applications. The all-in-one environment, featuring tools like the simulator and debugging capabilities, enhances productivity and streamlines workflows. However, many note that it can be resource-intensive, leading to slow performance on larger projects.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
IM
Director
Program Development
Small-Business (50 or fewer emp.)
"A perfect IDE to code in Swift "
What do you like best about Xcode?

I love the playgrounds in Xcode, its a simple way to code without compiling the program allways. I also like that you can code in c++ Review collected by and hosted on G2.com.

What do you dislike about Xcode?

To code in Xcode you need to have a powerfull PC, Xcode needs a lot of RAM for the emulators. Review collected by and hosted on G2.com.

VM
Enterprise (> 1000 emp.)
" Xcode, necessary to program for ios"
What do you like best about Xcode?

* It is the only legitimate program you can use to make native Apple product applications.

* As you type, you may see compiler errors or issues and also a message detailing helpful information.

* You can test your iOS apps either in the simulator that comes with Xcode, or on your own physical iOS device. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

* Is probably the most complex application Apple develops, and it has relatively few users Review collected by and hosted on G2.com.

Aishwarya Pratap S.
AS
Sr. Software Engineer
Biotechnology
Small-Business (50 or fewer emp.)
"Extremely clinical IDE"
What do you like best about Xcode?

The control it provides the user despite carrying a non -cluttered look. "Debug view hierarchy" is the coolest feature. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

The fact that they got rid of XCode pluggins which made life so easy for a developer. Review collected by and hosted on G2.com.

Maxim A.
MA
Mac Software Developer
Computer Software
Small-Business (50 or fewer emp.)
"Essential tool for Mac/iOS development"
What do you like best about Xcode?

It’s a first class IDE. It might have shortcomings, but you can’t beat Xcode because it comes straight from Apple and it’s as close as it can get when it comes to supporting their SDKs. I haven’t tried other IDEs for Mac in production, as I prefer to rely on first-party solutions and take advantage of preview versions of SDK. Other apps would have to play catch up to support them.

Stellar part of Xcode is Playgrounds. It's a fun and easy way to test ideas and code snippets. I even use it for simple scripting and automating tasks. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

Overall I’m happy with Xcode as my main working tool, but occasional crashes or obscure minor bugs get me upset sometimes. Such minor bugs are slow to get fixed. It’s understandable, given the scale of the product and more important priorities. On the plus side I can’t think of any major issues with Xcode. Review collected by and hosted on G2.com.

Liang J.
LJ
Director
Computer Software
Mid-Market (51-1000 emp.)
"Excellent IDE for mac/ios development"
What do you like best about Xcode?

Integrated UI, Only IDE to develop mac/ios apps. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

Slow to launch. Debugger is somewhat buggy Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Xcode Review"
What do you like best about Xcode?

Good IDE that provides a lot of powerful features for testing and development Review collected by and hosted on G2.com.

What do you dislike about Xcode?

It it a large app that takes up a lot of processing power Review collected by and hosted on G2.com.

Joe D.
JD
Freelance Web Developer
Computer Software
Small-Business (50 or fewer emp.)
"Xcode is so fun"
What do you like best about Xcode?

I love that you are able to instantly see your results in the right pane and using the iPhone simulator has a lot of appeals and is easy to use. Also, I love that you can put your app on your physical device for testing purposes and such. The ability to be able to see the errors of your code immediately helps with overall development because it tells you where the error is at specifically and also will not let you run your program if there is a significant error(red), but will also tell you if you have a minor error that should be looked at, but won't stop your program from running. You don't need to sign up for a developer account with Apple until you are absolutely ready to submit your apps, but you can mess around and test your app with no issues and I feel that this is amazing and extremely helpful. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

At this point, I haven't found much that I don't really like. My overall experience has been very good. Review collected by and hosted on G2.com.

Elena R.
ER
Project Manager, QA Specialist
Computer Software
Small-Business (50 or fewer emp.)
"Xcode is a great tool for iOS development"
What do you like best about Xcode?

I like that Xcode has convenient user interface that allows to have everything I need to develop an app with just one click. I can quickly switch between different tools and hide the ones I don't need at the moment. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

Xcode IDE is pretty heavy in terms of its size on Mac, it updates quiet slowly and takes a lot of space.

I also don't like that sometimes it can stuck and I have to force quit it.

It happens to crash from time to time without a reason but it looks that it is being improved from version to version. Review collected by and hosted on G2.com.

Peter A.
PA
CEO & Founder
Computer Software
Small-Business (50 or fewer emp.)
"Creating apps for iOS using Xcode"
What do you like best about Xcode?

Xcode has improved vastly over time. The best part of it is the way in which you can easily create the UI parts of the app and link them to the code. It is best if you can create a single UI that meets all devices, as that keeps your UI design simpler.

Taking an app from being just local to being for sale on the app store is now much easier than it used to be, with all of the difficult steps now done automatically for you by Xcode.

The ability to create libraries in swift and reuse them is very good, but also somewhat difficult to link in at times, so this can count as both a plus and a minus. Review collected by and hosted on G2.com.

What do you dislike about Xcode?

If you have to create a different UI for different screen sizes then that can be tricky. Also sometimes Xcode gets confused and you need to reboot to reestablish the connection with your device.

Some errors that you get when developing (especially linker errors) can be very hard to debug.

The problems you can have linking in user created libraries in swift (also see things I like best) is harder to use than it should be and creates excessive problems. Review collected by and hosted on G2.com.

PR
Mr.
Small-Business (50 or fewer emp.)
"Intelligent Code assistant"
What do you like best about Xcode?

The variable binding and multi cursor typing Review collected by and hosted on G2.com.

What do you dislike about Xcode?

The heavy memory it occupies makes the system slower Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

9 months

Average Discount

8%

Xcode Comparisons
Product Avatar Image
Visual Studio
Compare Now
Product Avatar Image
IntelliJ IDEA
Compare Now
Product Avatar Image
Visual Studio Code
Compare Now
Xcode Features
Ease of Use
File Management
Customization
Test History
Automation
Organization
Product Avatar Image
Xcode