Thread: IPlug - Youlean
View Single Post
Old 03-15-2017, 12:18 PM   #20
Youlean
Human being with feelings
 
Youlean's Avatar
 
Join Date: May 2015
Location: Serbia
Posts: 654
Default

Quote:
Originally Posted by Bobflip View Post
Yeah, went straight for IPlugEffect, figure it's always best to start with that and work up!
Which version of XCode and which SDK did you have selected? I've tried 8.1 on El Capitan and 6.2 on Mavericks and various iterations of SDK combinations but no luck.

I either get a bunch of parse errors with NSObject.h, NSEnumerator etc, or a linker error saying "linker command failed with exit code 1 (use -v to see invocation)" and "ld: library not found for -lpng16"
I am using Xcode 8.3 so there might be a problem... 10.11 SDK.

The problem might be in link order. Look at this picture. lpng16 must be above all cairo stuff...

https://drive.google.com/file/d/0B1l...ew?usp=sharing

EDIT: lice.a must be at the lowest place!

Last edited by Youlean; 03-15-2017 at 12:25 PM.
Youlean is offline   Reply With Quote