FileMaker 插件包
有人熟悉在 FileMaker 中安装插件吗?
我使用新插件在 PackageMaker 中创建了一个包。一切似乎都安装正确,我可以在扩展文件夹中看到新插件,但是当我打开 FileMaker 并查看插件列表时,它没有出现。
有人知道我错过了什么吗?
我一直关注权限,但即使文件是 777,它仍然没有显示。
以下是我正在考虑的其他一些想法:
- 我一直在尝试将我当前的软件包建立在一个完美运行的旧软件包的基础上。但我一定缺少一些东西......
- 组件。我尝试将每个部分添加为单独的“选择”,并且仅将一个“选择”添加到许多组件,但没有成功。
- 最低目标 - 10.4
- Xcode 与我的 10.4 sdk 一起编译。
如果有人有想法,我将不胜感激,谢谢!
Is anyone familiar with installing plugins in FileMaker?
I created a package in PackageMaker using a new plugin. Everything seems to install correctly, I can see the new plugin in the extensions folder, but when I open FileMaker and look at the list of plugin it does not appear.
Anyone know what I'm missing?
I've been focusing on permissions, but even when the file is 777 it still doesn't show up.
Here are some other ideas I'm playing with:
- I have been trying to base my current package off an old one that works perfectly. But I must be missing something...
- Components. I tried adding each part as a separate 'choice' and just one 'choice' with many components, but non worked.
- Minimum Target - both 10.4
- Xcode compiling with my 10.4 sdk.
If anyone has an idea I would greatly appreciate it, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,这可能太复杂和具体,无法获得很多观点或答案。
我的解决方案是这样的:
在我最近进行更改之前,我采用了一个旧的 Xcode 项目,并“构建”了我的旧插件。这在 Packagemaker 中有效。因此,我只是复制了旧项目并打开了当前的项目,然后一次将新文件移动到一个项目上。我对需要它的文件做了一些更改。然后我重新“构建”了我的项目,在 PackageMaker 中使用了新插件并且它起作用了。
执行此操作后,当我尝试添加另一个 Frameworks 文件夹时,似乎失败了。我并没有真正使用它,所以我就把它省略了。
我对这个东西了解不够,不知道为什么 Framework 文件夹会导致问题。
阅读我的解决方案后,有人知道我的问题是什么吗?
谢谢
Well, this is probably too complex and specific to get to many views or answers.
Here is what my solution was that worked:
I took an old Xcode Project, before my recent changes, and 'built' my old plugin. That worked in Packagemaker. So I just made a copy of that old Project and opened up my current one and moved new files over one at a time. I made some changes to the files that needed it. Then I re'built' my Project, used the new plugin in PackageMaker and it worked.
After doing this what seemed to fail was when I tried to add in another Frameworks folder. I am not really using it so I just left it out.
I don't understand enough about this stuff to know why the Framework folder would cause issues.
After reading my solution does anyone know what my issue is?
Thanks