Ramotion / adaptive-tab-bar

:octocat: AdaptiveController is a 'Progressive Reduction' Swift UI module for adding custom states to Native or Custom iOS UI elements. Swift UI component by @Ramotion

Home Page:https://www.ramotion.com/adaptive-tab-bar-ios-app-development-component-for-custom-states/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation on a Framework

velthune opened this issue · comments

Hi, I'm trying to install your beautiful component inside an existing framework, using cocoapods.
After pod install I've copied AdaptiveController into the project (drag&drop -> copy if necessary) and added AdaptiveController into Target Dependences in the Build Phase of my project.
In a framework, I can't add AdaptiveController into Target Dependences in the Build Phase, so I have this -obvious- compile error:

Framework not found AdaptiveController

How can I fix this?