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 Build a Diary App Using Core Data Custom UITableViewCell Customizing Table View Cell Appearance

Michael Hulet
Michael Hulet
47,912 Points

Xcode Won't Connect IBOutlet for Cell Items in File Other Than That Automatically Chosen

I'm at approximately 1:25 in the attached video, and when I try to Control-Drag any items in the prototype cell in the view that shows all the entries to the private @interface in THEntryCell.m, the blue line from the item in the interface to my mouse pointer appears, but it won't allow me to connect it to a file other than the one automatically chosen by Xcode (THEntryListViewController.h). I'm running Xcode 5.1.1 on OS X 10.10 Yosemite Public Beta 2. Any ideas, or ways to manually connect the necessary IBOutlets?

Pablo Alfaro
Pablo Alfaro
Courses Plus Student 6,923 Points

I'm having the same issue. Did you figure out a solution to this problem?

Shawn Poindexter
Shawn Poindexter
5,353 Points

I'm seeing the same issue with Xcode 7 on OS X 10.11

1 Answer

Shawn Poindexter
Shawn Poindexter
5,353 Points

I too noticed this but after changing what the assistant editor shows, I put it back to the THEntryCell.m file and it starting working. I noticed that the THEntryCell.m started showing up int he Automatic panel now also. I suggest that if you see this you should try a clean and restarting Xcode. If that doesn't work, then try stopping Xcode and removing the DerivedData folder.