Standard solutions for common errors
1) Xcode doesn't import headers or libraries
Solution:
---
-> Go to build settings and search for 'User Header Search Paths'
-> Enter its value as "${PODS_ROOT}/BuildHeaders" including the quotes
-> Click the thing again and in the right side , change the value of the selection to 'recurcive'