Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

getting error: directory not found for option

Tags:

iphone

admob

I have added a iAdMob frame work to my application and copied all its files to my application. Then when I run the app it was working fine. But when I deleted the frame work from my downloads folder, it is showing the error Downloads/iAdMob/Admob is missing although I have added all the folders to my application.

like image 318
Lena Avatar asked Oct 12 '11 10:10

Lena


1 Answers

You should remove framwork from Xcode. It asks when deleting any file or folder whether you want to remove references or move to trash. Selecting "remove references" will remove references in project. Selecting "move to trash" will remove references and also remove files physically from location.

like image 77
A.D Avatar answered Nov 15 '22 00:11

A.D