Hi 

I have an ios app using `couchbase-lite-ios` installed through cocoa pods

I have some code that depends on :

    #import "CouchbaseLiteListener/CBLListener.h"

With 

    pod 'couchbase-lite-ios', '1.0.4'

it works(tm) and the listener is there:

    find . -name '*CouchbaseLiteListener*'
    ./Pods/couchbase-lite-ios/CouchbaseLiteListener.framework
    
./Pods/couchbase-lite-ios/CouchbaseLiteListener.framework/CouchbaseLiteListener
    ./Pods/Headers/Public/couchbase-lite-ios/CouchbaseLiteListener

But after upgrading to 

    pod 'couchbase-lite-ios', '1.1.1'

I get error about find / link `CouchbaseLiteListener.framework` and `find . 
-name '*CouchbaseLiteListener*'` is empty?

Any hints?

Thx

Pelle

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/64723e2a-37c2-42fc-b901-df0621268350%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to