Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Cannot paste a list into an array, xcode freezes

I am new to xcode. I am copying a list from a word document and trying to paste it into an array in my code. Xcode freezes, I am getting the beach ball every time. I have try with a very short list and it still freezes. It looks simple enough... Thanks in advance for your help

2 Answers

Xcode freezes quite often in my case. Maybe try to copy to text edit and then from test edit to xcode

Thank you Piotr for taking the time to answer me. I did try to use TextEdit but I have the same problem: Xcode freezes and I have to force quit and restart XCode. I could of course type the entire list, but copy and paste should work...