0

I am compiling a plugin for FileMaker using Xcode.

I get no errors or warnings, and my 'target' is my FM/Extensions folder. Everything works well on my computer. It installs and then when I open FileMaker/Preferences/Plugin it is listed like it should be.

Problem: I copied the project to another computer and I get the same results except that when I look in the FM/Preferences/Plugin folder it does not show up.

Can anyone please help me brainstorm? I don't know what the issue could be. I did look at permissions already.

Thanks

Pfeffer
  • 49
  • 2
  • 6
  • Are both macs on intel architecture? – Dale Reidy Nov 12 '09 at 17:45
  • Yes, that's the weird thing. We have basically the same machine. I think maybe the framework has something to do with it.... I might try copying over the framework files from my computer to the other machine. – Pfeffer Nov 12 '09 at 18:32

1 Answers1

0

Temporary Solution:

Put the plugin in a package using PackageMaker. I ran the package and it worked.....I guess just dragging the plugin into the extensions folder doesn't work. Or running the xcode for that matter.

Thanks!

Pfeffer
  • 49
  • 2
  • 6