Auto-Linking framework not found

前端 未结 8 1308
春和景丽
春和景丽 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:20

    Try this process -

    1. Press "Cmd + Shift + K" or shift + cmd + alt + k to clean up, and quit Xcode.
    2. Delete the cache Run "rm -rf ~/Library/Developer/Xcode/DerivedData" in terminal
    3. Open the project and re-build it

提交回复
热议问题