[Swift] Create a project with Xcode (ver 12.1) and display "Hello, World!"

For beginners

When I first touched Xcode and Swift today, I searched and found that "Choose Arekore" was different from the current version.

Start Xcode for the time being

スクリーンショット 2020-11-09 18.27.14.png

Select "** Create a new Xcode project **" at the top It seems that the previous version had the second item from the top.

Choose a format

スクリーンショット 2020-11-09 18.27.30.png

Select "** App **". In the search results that appear a lot, the information is a little old and I was asked to select "Single View App", so I was a super beginner and said "Oh, no."

Enter the project information

スクリーンショット 2020-11-09 18.37.24.png

Enter the ** project name ** and "** Organization Identifier ** (organization name or individual name related to this?)". This time, I put in appropriate project names and organization names. When you press Next, the "Where to create the project" screen will appear, so select the directory (for example, in my case, I selected the directory "projects" created in my Mac's personal folder).

Hello, World!

The process to output when the project was created was already written.

スクリーンショット 2020-11-09 19.02.26.png

I'm still not sure what kind of processing is written in which file, but anyway, if you press "▶" on the upper left, in the preview screen that opens in a separate window, click the ** icon with a blank project name ** ..

スクリーンショット 2020-11-09 19.02.55.png

It came out. I'm not sure what to do from here, but I'll continue.

Recommended Posts

[Swift] Create a project with Xcode (ver 12.1) and display "Hello, World!"
Create a playground with Xcode 12
Create a Hello World web app with Spring framework + Jetty
Hello world with Kotlin and JavaFX
Hello World with Docker and C
Install Xcode and use Hello Swift!
Create PDF with itext7 ~ Hello World ~
Hello World with GWT 2.8.2 and Maven
Create a Maven project with a command
Hello world with Kotlin and Tornado FX
Try writing "Hello, World" with a combination of various languages and libraries
[Swift] Display Hello Swift!
Show a simple Hello World with SpringBoot + IntelliJ
Try to display hello world with spring + gradle
Easy to display hello world with Rails + Docker
Let's create a TODO application in Java 2 I want to create a template with Spring Initializr and make a Hello world
Create a Java (Gradle) project with VS Code and develop it on a Docker container
Create a Java (Maven) project with VS Code and develop it on a Docker container
Hello World with Micronaut
Create a blog with Jekyll and GitHub Pages @ Theme setting
Add a local Swift Package to your project with Swift PM
Make a simple CRUD with SpringBoot + JPA + Thymeleaf ① ~ Hello World ~
Create a blog with Jekyll and GitHub Pages @ Initial Settings
Hello World with Spring Boot
Hello World with Spring Boot!
Hello World with VS Code!
Hello World with Spring Boot
Hello World with SpringBoot / Gradle
Hello, World! With Asakusa Framework!
Create a JVM for app distribution with JDK9 modules and jlink
Create a high-performance enum with fields and methods like Java with JavaScript
[Tips] How to solve problems with XCode and Swift for beginners
Create a flyway jar with maven and docker build (migrate) with docker-maven-plugin
Compare Hello, world! In Spring Boot with Java, Kotlin and Groovy
Let's create a parameter polymorphic mechanism with Generic Dao and Hibernate
Create a Vue3 environment with Docker!
Build a Java project with Gradle
Create a Jetty project using Eclipse
[Rails] Creating a new project with rails new
Until "Hello World" with Spring Boot
Create a Java project using Eclipse
(Intellij) Hello World with Spring Boot
Hello World with GlassFish 5.1 + Servlet + JSP
"Hello world" for ImageJ with Eclipse
Create exceptions with a fluid interface
Swift beginner Debugging memo with Xcode
Android OS (7.1.2) build and Hello World
Hello world in Java and Gradle
Create a Spring Boot project in intellij and exit immediately after launching
Create a Spring Boot app development project with the cURL + tar command
Create a simple CRUD with SpringBoot + JPA + Thymeleaf ② ~ Screen and function creation ~
[Java] Create a jar file with both compressed and uncompressed with the jar command
Create a program to post to Slack with GO and make it a container
How to create a server executable JAR and WAR with Spring gradle
Getting started with Gradle (until you create a Java project and combine external libraries into one executable JAR)
Getting started with Maven (until you create a Java project and combine external libraries into a single executable JAR)