I am facing an xcode error after pod install
,
that says
. while building my app on xcode 8 .My pod is :
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘9.3’
use_frameworks!
target ‘CabGuardPro’ do
pod 'GoogleMaps','~> 1.10.5'
pod 'Canvas', '~> 0.1.2'
end
I already have tried all of following links:
1.ld: framework not found Parse Xcode 7 beta
2.Pod Error in Xcode "Id: framework not found Pods"
3.ld: framework not found error in xcode 8
Can anyone please tell me what am I doing wrong,Thanks in advance