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

Self destructing messege app

Hey I'm late in creating the app in the middle of saving the video.

I have a problem, in the video the code is. self.videoFilePath = [[info objectForKey:UIImagePickerControllerMediaURL] path];

But Xcode says its wrong and edits it to self.videoFilePath = (__bridge NSString *)([[info objectForKey:UIImagePickerControllerMediaURL] path]);

What should i do ? Ben Jakuben / Amit Bijlani

1 Answer

Hi Seir, I vaguely remember that section.... did you look into the teachers notes and forum post?:

http://teamtreehouse.com/library/build-a-selfdestructing-message-iphone-app-2/capturing-photo-and-video-using-uiimagepickercontroller/saving-the-media.

Mike.