I have integrate cocoapods in my ionic 3 project and add framework in my pod file -pod '
GoogleToolboxForMac' but it failed my build again and again and show error message this -
ld: warning: search path '/Users/webtel/Library/Developer/Xcode/DerivedData/HR_Pearls-cpuszfamiglteogcpbksqjhdlbwc/Build/Products/Debug-iphonesimulator/GoogleToolboxForMac' not found
ld: warning: search path '/Users/webtel/Library/Developer/Xcode/DerivedData/HR_Pearls-cpuszfamiglteogcpbksqjhdlbwc/Build/Products/Debug-iphonesimulator/Protobuf' not found
ld: warning: search path '/Users/webtel/Library/Developer/Xcode/DerivedData/HR_Pearls-cpuszfamiglteogcpbksqjhdlbwc/Build/Products/Debug-iphonesimulator/nanopb' not found
ld: framework 'GoogleToolboxForMac' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation);
Please give me suggestion how can i get ride off from this issue.