인디노트

Framework not found GoogleToolboxForMac 본문

소스 팁/Objective C, Swift, iOS, macOS

Framework not found GoogleToolboxForMac

인디개발자 2018. 4. 18. 16:27

This was fixed by adding $(inherited) in the Build Settings -> Search for LIBRARY_SEARCH_PATHS.

This is understandable, since when updating your pod file for the latest versions of libraries which your project depends on, the debug output tells you where you need to add all the $(inherited) flags: LIBRARY_SEARCH_PATHS OTHER_LD_FLAGS GCC_PREPROCESSOR_DEFINITIONS

반응형
Comments