lclink.sh
Posted: Mon Sep 30, 2013 11:35 pm
I'm resolving an issue with weak linking in my new builds of my externals for iOS 7. I'm using the latest lclink.sh with the changes I made for weak linking and linking depending on version number. Had forgotten to change my .ios files. But I noticed this and wondered if it's still necessary:
Code: Select all
# At the moment, lcidlc still includes things that need objective-c, even if 'objc-objects' is not
# used - thus we force linking to Foundation, dittor for UIKit
DEPS="$DEPS -framework Foundation -framework UIKit"