I have developed a web plugin for Safari. It works correctly in XCode (debug), but it can not be found by Safari. The web plugin was copied in /Library/Internet Plug-Ins/.
Does someone know the answer? Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer by myself.When using xcode for debuging, the 32-bit plugin can be compiled.but only use safari run plugin,the plugin must be compiled 64-bit.