Hi there,I'm just starting developing with the FxPlug SDK. I've tried testing the built in examples and encountered some problems. For simplicity I'll discuss the FxBrightness example. I've modified the uuid's in info.plist, changing the 2 group uuid's to a new uuid and the plugin uuid to a separate uuid.I've then built it using:xcodebuild -project FxBrightnessApp.xcodeproj/ -alltargetsThen run the resulting app. The plugin service then shows up in pluginkit -m so i know it's registered with the system and can see from the console log that the service is being made available to the final cut pro process however it does not show up in the list of available filters.Have I missed something? I've been through the SDK overview, in particular this page, to quote:Complete FxPlug plug-in examples are included in the FxPlug SDK.Note: To avoid plug-in conflicts, you must edit the UUID entries in the Info.plist file. You can create unique UUIDs by issuing the uuidgen command in the Terminal ap
3
0
1.2k