“Cannot find executable for CFBundle/CFPlugIn” error

后端 未结 5 1020
借酒劲吻你
借酒劲吻你 2021-01-04 19:23

Cannot find executable for CFBundle/CFPlugIn 0x432bfa0 (not loaded)
Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-00039396

相关标签:
5条回答
  • 2021-01-04 19:45

    try deleting or renaming the plugin file to something like ...plugin.old and re-run your code to see if you get the error still.

    0 讨论(0)
  • 2021-01-04 19:58

    As it seams that the problem isn't in the code, there may multiple causes for your problem, so:

    1. I recommend you create a simple project in which you put the simplest audio file or run one of the apple's sample project, like Metronome or avTouch

    2. Try to uninstall XCode by writing in Terminal:

      sudo /Developer/Library/uninstall-devtools --mode=all
      

      and re-install XCode because sometimes there appear some problems in the instalation process of the XCode(I had some errors too, but they dissapeared after a clean install).

    3. Try to play the same file with MPMoviePlayerController

    4. Try to run on the iPhone.

    The message "AddRunningClient starting device on non-zero client count" also appears for mpmoviePlayercontroller on iPhone SDK 4.0 Beta, so you don't have to worry too much about it.

    Hope my answer helps you!

    0 讨论(0)
  • 2021-01-04 20:02

    There is a fairly old thread over at Apple support that might have some sage advice.

    The suggestion is to try running Disk Utility on your system, clicking "Repair Disk Permissions". The symptom may be that, for whatever reason, the DVCPROHDAudio.plugin file has lost its execute mode or has had its owner id changed.

    0 讨论(0)
  • 2021-01-04 20:07

    Or just Reboot your machine. Oddly, this worked for me as it seemed to only be happening when I connected to my local WiFi.

    Yes, weird. But it worked.

    0 讨论(0)
  • 2021-01-04 20:10

    Make clean did the trick for me...

    0 讨论(0)
提交回复
热议问题