swift - Firebase SDK (v2.5.0) in OSX framework -


i'm trying link firebase sdk (v2.5.0) within os x framework, keeps telling me trying link framework built ios.

it seems state pretty on firebase docs ios framework can used build os x clients well, know doing wrong here?

ld: in /[...]/firebase.framework/firebase(firebase.o), building osx, linking in object file built ios, architecture x86_64 

as of 2.4.0 (changelog), firebase no longer ships single binary ios , osx, instead has multiple frameworks (firebase.framework ios, firebaseosx.framework osx). similarly, ios cocoapod named firebase, while osx cocoapod named firebaseosx. due several changes in our build process, such adding bitcode support (which makes sense on ios).

we still build , release ios , osx through these channels, , continue support osx, though it's not heavily advertised (as noticed). mentioned, if don't use cocoapods, using https://cdn.firebase.com/objc/firebaseplatform.framework-major.minor.patch.zip framework, follow alternative setup instructions including in project.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -