firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 180 forks source link

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lPods-GeoFire is not an object file (not allowed in a library) #104

Closed Karthikesh7 closed 6 years ago

Karthikesh7 commented 7 years ago

This error occurs while build

morganchen12 commented 7 years ago

You likely have a stale linker flag lying around somewhere. Search your project for -lPods-GeoFire.

morganchen12 commented 6 years ago

@mcdonamp please close