In my iPhone app I am implementing Audio Recording, It works on iPhone simulator/Device
and It says missing of file as below:
Missing File
file://localhost/.../WaveView.h: warning: Missing file: /..../WaveView.h is missing from working copy
and the file WaveView.h & WaveView.m shows red color in left slide bar and I revealed in finder to delete this file but that file is not existing on the app folder.
Can anyone suggest me to solve this problem
Thanks in Advance!!!
Only solution for your problem is copy the files back to your app. Make sure that you are copying to the project(obviously this is the best practice).