08-10 03:37
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- EditText
- Andorid
- 새마을금고
- Android
- KB
- kotlin
- ndk r24
- ios
- Swift
- arm-linux-androideabi
- gradle
- 고금리
- 달러예금
- 사전청약
- java
- ndkVersion
- Data Binding
- 청약
- 용산 호반써밋 에이디션
- 3rd framework
- MG더뱅킹정기예금
- RETROFIT
- ChatGPT
- Android Studio
- 예금
- audio record
- CHAT GPT
- Mac
- BindingAdapter
- JetPack
Archives
- Today
- Total
목록iOS/Objective C (1)
pear

3rd part framework를 만들다보면 편의를 위해 universal framework(fat framework)로 만들 때가 있다. 예전버전(xcode 12.3 이전) 부터 만들어진 framework에서 하기와 같이 simulator build시 오류가 발생하는 경우가 있으며 하기와 같은 오류와 마주 치게 된다. Building for IOS Simulator, but the linked and embedded framework 'projectname.framework' was built for iOS + iOS Simulator. Build Settings -> Build Option -> Validate Workspace 기본으로 NO로 설정되어 있으며 YES 해결 할 수 있다. 한번 빌드가..
iOS/Objective C
2022. 6. 2. 15:37