firebase / geofire-objc

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

Framework not found Metal #11

Closed marcllucia closed 9 years ago

marcllucia commented 10 years ago

Trying to compile the new framework version the following error appears:

`ld: framework not found Metal for architecture armv7``

Doing some research I think you should add the "-weak_framework Metal" linker flag when building the library.

jwngr commented 9 years ago

Hey @marcllucia, sorry for never responding to this - it must have just fell through the cracks. Were you able to get this solved? If not, I'm sure @jdimond can take a look at it since he has the most knowledge here.

jdimond commented 9 years ago

I think this is unrelated to GeoFire. Are you trying to use GeoFire with some other Framework?