2

I installed Cocoapods. I used GoogleMaps. When I build workspace on my device i get this error: Error I also tried all this instructions: Linker command failed with exit code 1 after installing CocoaPods and firebase pod P.S. Building on simulator works

ChR1sMC
  • 33
  • 1
  • 7

1 Answers1

3

Probably you've already check if you've open the .xcworkspace created in your project folder.(NOT .xcodeproj)

If still doesn't work try

  • Go to Project Settings.
  • Go to Build Settings.
  • Change BUILD ACTIVE
  • ARCHITECTURE ONLY to NO.
Ionescu Vlad
  • 151
  • 6
  • I tried to build it on my ios 10.3 device, it was my problem. The GoogleMaps pods is for ios 11. Thank you! – ChR1sMC Mar 15 '18 at 20:52