Open headkit opened 5 years ago
Seems like an issue with how you included LInkKit and not PureData
The example is made for LinkKit 2.0, you either have to use LinkKit 2.0 or do some slight changes to get it working with LinkKit 3. Also you have to include the LinkKIt headers of course and Link the souce a file
Compiling PdLinkSample in XCode 10.1 does not work anymore. Using LinkKit 3.0.4 I get the errors
and
for the line
ABLLinkTimelineRef timeline = ABLLinkCaptureAppTimeline(linkRef);
in ViewController.m