Programmer out of sync error

Hi all,
I'm having an issue uploading a program to my Arduino Uno. I've tried basically every troubleshooting solution I could find, including: Ensuring the correct port is selected, ensuring the correct board is selected, changing the processor setting to (Old Bootloader), and changing the programmer used. Uploading the same program to a Nano board works fine. If I click "Get Board Info" it returns the correct Arduino Uno information. Are there any other steps I may have missed or is it safe to say my chip is bricked?
Here is the error output:

Using Port : COM11
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

avrdude done. Thank you.

An error occurred while uploading the sketch

Remove any connections to pins 0 and 1 on your Arduino board. These pins are used for communication with your computer, including uploads. Connecting anything to these pins can interfere with uploads.

Thanks so much, Pert! That worked.

You're welcome. I'm glad to hear it's working now. Enjoy!
Per