I'm taking my first step toward learning how to type desktop codes for Mac and thinking that this will be a child step , I decided to write an address book plugin to "fix" for a certain time that troubled me for a long time. With embarrassment, I can not even get the boilerplate plugin to work for the way I work.
I understand that by creating a new Address Book Action Plugin, actually a simple, insert. If I create a build and copy the bundle to ~ / library / address book plug-ins /
, then I should be able to open the address book and be able to see a custom context menu item When right-clicking on the phone should number. I do not think so.
I am new to the entire Mac development ecosystem. I have never used XCode, have never written any purpose, never worked within the Coca framework. It is entirely possible - possibly possible - that I am missing the most obvious answers because I do not know what I am watching. Unfortunately, there is a great deal of early tutorials on these things
Any guidance will be appreciated. ">
Looks like a 32/64 bit problem.
Find the target in the sidebar of Xcode which represents your plug-in bundle, click on it, then click Info in the toolbar You should find the Architecture on the Build tab of the info window: Change it to "64 bit Intel".
Comments
Post a Comment