Runtime error with CouchbaseLite and OS X 10.8

The 1.2 release of CouchbaseLite has an loader link problem with an undefined symbol when running OS X 10.8, see the crash log below.
The JavaScriptCore.framework exists so this may be an undefined API call.
Using release 1.1.1 is all OK.
We’ve only just dropped support for OS X 10.7, so would hate to have to lose OS X 10.8 compatibility.

We would recommend the use of the OS X app Deploymate to check for undefined API calls in each OS X release. This has caught similar problems with the use of new API’s with our source code.

Thanks,

Martin

Dyld Error Message:
Symbol not found: OBJC_CLASS$_JSContext
Referenced from: /Users/USER/Desktop/YoYottaID 2.app/Contents/MacOS/…/Frameworks//CouchbaseLite.framework/Versions/A/CouchbaseLite
Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
in /Users/USER/Desktop/YoYottaID 2.app/Contents/MacOS/…/Frameworks//CouchbaseLite.framework/Versions/A/CouchbaseLite

Binary Images:
0x1059b0000 - 0x106a99fef +com.yoyotta.YoYottaID (2.1 - 319) /Users/USER/Desktop/YoYottaID.app/Contents/MacOS/YoYottaID
0x107366000 - 0x10755eff7 +com.couchbase.CouchbaseLite (1.2.0 - 112.0.0) <78544A62-F8FF-373F-8BA3-BAA656DD9509> /Users/USER/Desktop/YoYottaID 2.app/Contents/Frameworks/CouchbaseLite.framework/Versions/A/CouchbaseLite
0x107647000 - 0x107699fff +com.couchbase.CouchbaseLiteListener (1.2.0 - 112.0.0) <7845A8B8-5318-3676-8800-A74968DFF7E5> /Users/USER/Desktop/YoYottaID 2.app/Contents/Frameworks/CouchbaseLiteListener.framework/Versions/A/CouchbaseLiteListener

Thanks for reporting this; please file an issue on GitHub (couchbase/couchbase-lite-ios).