Page 1 of 1

CoreText.framework error!

Posted: Sat Mar 02, 2013 7:03 am
by J. Baker
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

Re: CoreText.framework error!

Posted: Sat Mar 02, 2013 9:18 am
by Fred
You should compile your OS X porogram on the lowest OS X you want to support or it can brings problems.

Re: CoreText.framework error!

Posted: Sat Mar 02, 2013 9:44 am
by J. Baker
Thought about getting a second drive to boot 10.6 from. Guess I'll have to do that. Thanks Fred. ;)