You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling PdLinkSample in XCode 10.1 does not work anymore. Using LinkKit 3.0.4 I get the errors
"Implicit declaration of function 'ABLLinkCaptureAppTimeline' is invalid in C99"
and
".....pd-for-ios/pd-for-ios/PdLinkSample/PdLinkSample/ViewController.m:41:5: Use of undeclared identifier 'ABLLinkTimelineRef'; did you mean 'ABLLinkTimeAtBeat'?"
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
The text was updated successfully, but these errors were encountered: