MissingReferenceException: The object of type 'AudioSource' has been destroyed but you are still try

ı have a problem please help me

Please use code tags: Using code tags properly

How to report problems productively in the Unity3D forums:

http://plbm.com/?p=220

Help us to help you.

Yes, more info please.
Just a thought, maybe you are calling Destroy() on a GameObject, then trying to play a sound effect that’s on the AudioSource on that object. Use Destroy with a slight delay so the audio can play, or play the audio from another object.