ios - Development Pod can't import module from dependency Pod if its a .framework -


i've created pod pod lib create asauthframework, add dependency in .podspec: s.dependency 'reactivecocoa', updated example project pod (with asauthframework) , import reactivecocoa module: screenshot. added new dependency: s.dependency 'firebase/auth', updated example project's pod , not import firebaseauth module development pod, in example project's viewcontroller: screenshot. ideas?

i've created project problem: repo: github.com/anekk/dvpodauth.git

run example's root: pod install open .xcworkspace


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -