# Troubleshooting
Here is a summary FAQs that may be encountered during your integrating process.
1、unrecognized selector sent to instance exception
To solve this problem, your need to set the Other Linker Flags
in your Xcode Build Settings
to -ObjC
.