It looks like you are missing including the IOBluetooth.framework in your project. You can add it by:
- Clicking on your project in the upper left of the left pane (the blue icon).
- In the middle pane, click on the Build Phases tab.
- Under “Link Binary With Libraries”, click on the plus button.
- Find the IOBluetooth.framework from the list and hit Add.


This will make sure that the IOBluetooth.framework definitions are found by the linker. You can see that the framework is a member of your target by clicking on the framework in the left pane and seeing the framework’s target membership in the right pane (note I’ve moved the framework under the Frameworks group for organization purposes):

Related Posts:
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Git is not working after macOS Update (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- Xcode is not currently available from the Software Update server
- Xcode is not currently available from the Software Update server
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3
- “unrecognized selector sent to instance” error in Objective-C
- How do you update Xcode on OSX to the latest version?
- Xcode – How to fix ‘NSUnknownKeyException’, reason: … this class is not key value coding-compliant for the key X” error?
- C++ on mac : linker command failed with exit code 1 (use -v to see invocation)
- Compiler error: “initializer element is not a compile-time constant”
- Compiling simple Hello World program on OS X via command line
- Swift protocols: method does not override any method from its superclass
- Failed to launch macOS app built in Xcode
- Terminating app due to uncaught exception ‘NSUnknownKeyException’
- Alert”Developer tools access needs to take control of another process for debugging to continue.Type your password to allow this.”
- Using prevNext Modx Addon
- :wq! command in vim
- how to set the background color of the status bar during the launching phase [duplicate]
- api-ms-win-crt-runtime-l1-1-0.dll is missing when opening Microsoft Office file [closed]
- When is K 1024 and when is it 1000?
- What is a MIME type?
- Logitech/LGHUB Lua – Loop with break
- are there dictionaries in javascript like python?
- How can I convert MP3 file to a Base64 encoded string? [closed]
- Understanding The Modulus Operator %
- Understanding the main method of python [duplicate]
- Dial pad to get phone number (with Android button images)
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- How is the AND/OR operator represented as in Regular Expressions?
- TypeError: only integer scalar arrays can be converted to a scalar index with 1D numpy indices array
- Istio Ingress resulting in “no healthy upstream”
- Why is it not possible to fake an IP address?
- How to open a “-” dashed filename using terminal?
- Substring in excel
- What is a LAMP stack?
- What is a sanity test/check
- What is the difference between POST and PUT in HTTP?
- What is the difference between POST and PUT in HTTP?
- How to find Google’s IP address?
- What exactly is a VBO in OpenGL?
- What and where are the stack and heap?
- ping response “Request timed out.” vs “Destination Host unreachable”
- Authentication versus Authorization
- What is a reverse shell?
- How does npm start work? What all processes are happening in the background?
- What is an instance variable in Java?
- What is the := operator?
- What is tail recursion?
- Discord music bot not working
- What does “:=” mean in Pseudocode? [closed]
- Why am I getting error for apple-touch-icon-precomposed.png
- No results found on kibana -> discover
- What is Xpenology? Is it Linux related thing?
- bash: pip: command not found
- bash: pip: command not found
- Why do we need virtual functions in C++?
- How to uninstall pip on OSX?
- What is a CSRF token? What is its importance and how does it work?
- Create blank image in Imagemagick
- How to uninstall Anaconda completely from macOS
- Official definition of CSCI (Computer Software Configuration Item)
- How could I ping @here in Discord.py?
- Python Math – TypeError: ‘NoneType’ object is not subscriptable
- What does %>% mean in R [duplicate]
- ImportError: No module named pip
- ImportError: No module named pip
- super() in Java
- Visual List of iOS Fonts?
- What is useState() in React?
- TCP vs UDP – What is a TCP connection? [duplicate]
- How do I copy folder with files to another folder in Unix/Linux? [closed]
- ssh : Permission denied (publickey,gssapi-with-mic)
- Eclipse IDE for Java – Full Dark Theme
- How do I install pip on macOS or OS X?
- Amazon Linux: apt-get: command not found
- Google Calendar API event insert always return 404 “not found” error
- ssh connect Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
- How do I install pip on macOS or OS X?
- What’s the syntax for mod in java
- What does the Java assert keyword do, and when should it be used?
- How to get rid of the “No bootable medium found!” error in Virtual Box? [closed]
- How do I fix a “Expected Primary-expression before ‘)’ token” error?
- Using getline() with file input in C++
- STDERR? What is it? What are its common uses?
- UML Sequence diagram auto-numbering in Visual Paradigm
- Error in “MLSD” command While Connecting FTP to Server [closed]
- Java default constructor
- How do I make a delay in Java?
- Casting variables in Java
- Handling file renames in Git
- Enable OpenMP support in clang in Mac OS X (sierra & Mojave)
- PermissionError: [Errno 13] in Python
- Why are there two ways to unstage a file in Git?
- How can I run python in terminal on a mac?
- ‘git’ is not recognized as an internal or external command
- Where to place $PATH variable assertions in zsh?
- did you specify the right host or port? error on Kubernetes
- Compiler Error “void value not ignored as it ought to be” in C programming [duplicate]
- How does Java’s PriorityQueue differ from a min-heap?