일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SSL
- WebAuthn
- FIDO2
- appres
- fido
- OSX
- 2FA
- Android
- 앱스토어
- OTP
- MSYS2
- openssl
- MFA
- MYSQL
- Nodejs
- otpkey
- Xcode
- kmip
- apple
- 안드로이드
- SSH
- 앨범북
- 앱리소스
- git
- 애플
- SwiftUI
- albumbook
- css
- 인증
- SWIFT
Archives
- Today
- Total
인디노트
Framework not found GoogleToolboxForMac 본문
소스 팁/Objective C, Swift, iOS, macOS
Framework not found GoogleToolboxForMac
인디개발자 2018. 4. 18. 16:27This 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
반응형
'소스 팁 > Objective C, Swift, iOS, macOS' 카테고리의 다른 글
PHFetchOptions (0) | 2018.04.29 |
---|---|
Notification Service Extension, Notification Content Extension (0) | 2018.04.19 |
Photos Framework 정리 (0) | 2018.04.01 |
iOS Simulator on Steroids: Tips & Tricks in Xcode 9 (0) | 2018.01.13 |
Photos Framework 정리 (0) | 2018.01.06 |
Comments