Auto-Linking framework not found

前端 未结 8 1370
春和景丽
春和景丽 2021-01-17 08:31

I have forked a framework called BTNavigationDropdownMenu (swift project for ios). all worked fine till I tried to add a dependency to the latest version in the

8条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 09:15

    If you are using Carthage and several Projects within one Workspace you have to add a symlink to your Main Carthage Folder. it will depend what structure you have, but for example if you have

    Project -> Carthage

    Project -> Frameworks -> MyImbaFramework than cd in terminal in MyImbaFramework folder and run

    ln -s ../../Carthage Carthage

提交回复
热议问题