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 Objective-C Basics (Retired) Introduction to Objective-C From Structs to Objects

Hi, I cannot compile the sphere class program.

Here is the error,

could not read data from '/Users/izterico/Development/sphere_class/MyFirstObjectiveCProgram/MyFirstObjectiveCProgramTests/MyFirstObjectiveCProgramTests-Info.plist': The file “MyFirstObjectiveCProgramTests-Info.plist” couldn’t be opened because there is no such file.

I looked for the file and it does exist in the directory. Please advice.

Enrique

2 Answers

Hi I checked that they were in the same directory thank you . That did not work. I basically made the folder and file that it was asking for with and made it work.

So 1) make the folder MyFirstObjectiveCProgramTests 2) Copy the .plist file into that folder and edit its name to MyFirstObjectiveCProgramTests-Info.plist 3) run the progrom

YAYAYAYAYYAYAYAY!!!!

obey me
obey me
1,135 Points

make sure that every file that was made was saved in the same directory then compile it