CoreText.framework error!
Posted: Sat Mar 02, 2013 7:03 am
Someone was running an app on OS X 10.7 that was compiled on 10.8 and ran fine on 10.8. It gave an error on 10.7 saying the CoreText.framework was missing. There is a fix (terminal command below) but is this considered a PureBasic bug or something I need to check for?
sudo ln -s /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework /System/Library/Frameworks/CoreText.framework