# Resource preparation

Baidu cloud disk links: pan.baidu.com/s/1AskRiG3F… Password: pcn2

# start configuration

Step 1: Open Xcode and create the project

Step 2: Set the project name

Step 3: Save the location of the project

Step 4: Add system libraries

Step 5: Import the resources downloaded from Baidu network disk into the project

Step 6: Delete unwanted files

Step 7: Create the main.cpp file

Configuration is complete

Don’t jump the gun, run it, report a bunch of errors

To solve the error

As shown above, your file path is not set

As shown below, set it up

Double-click “System Header Search Paths”, click “+” in the lower left corner of the pop-up box, replace the project name with “$(SRCROOT)/ project name /include” and copy it in

Run it again, OK!

Get rid of annoying warnings