aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorTat-Chee Wan (USM Signature)2013-11-15 12:33:21 +0800
committerTat-Chee Wan (USM Signature)2013-11-15 12:33:21 +0800
commite084d19c4e17885437a9e71f2c3ae39ad830f5d8 (patch)
tree36be8069027d7232f7c9aaa3f0aa451a54daee0c /README
parente6d314586ea9e9b4d36efdf8568f0204cfd72f66 (diff)
added xcode project to define missing symbols
IOBluetooth for Mac OS X 10.8+ is missing symbols referenced in Fantom. Defined stub functions for the missing symbols to keep Fantom happy.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 36ce528..9beb5e6 100644
--- a/README
+++ b/README
@@ -33,3 +33,15 @@ If you're installing using the source package, first extract the source package,
# python setup.py install
inside the package directory. This should be run as root (or use sudo)
+
+Running pyfantom on Mac OS X Mountain Lion (10.8) and Mavericks (10.9)
+======================================================================
+
+Some Bluetooth related functions have been deprecated in Mac OS X
+Mountain Lion and newer. This results in the Fantom framework encountering
+unresolved symbol errors when attempting to load it into pyfantom.
+
+To work around this problem, a stub library IOBluetooth-Compat has been
+created, which defines the missing symbols. Unfortunately, it means that
+Bluetooth support is not available for pyfantom running on Mountain Lion
+and newer releases.