| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
- 사전청약
 - 새마을금고
 - audio record
 - ios
 - 용산 호반써밋 에이디션
 - 고금리
 - KB
 - Data Binding
 - 예금
 - ndkVersion
 - 3rd framework
 - JetPack
 - Android Studio
 - arm-linux-androideabi
 - RETROFIT
 - 달러예금
 - ChatGPT
 - 청약
 - gradle
 - Swift
 - ndk r24
 - java
 - BindingAdapter
 - MG더뱅킹정기예금
 - Android
 - EditText
 - CHAT GPT
 - kotlin
 - Andorid
 - Mac
 
- Today
 
- Total
 
목록전체 글 (95)
pear
test setting xcode 14.2, iOS 16.3 We need check 3dr part library dynamic or static. Next step, check app project config(general -> framework) "Embed without signing" or "Do Not Embed" 3rd part static library use config "Do Not Embed" and use dynimic framework library You may see error messages Unable to install "App Name" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402652994 ... This app..
old version xcode 3rd part static library use config "Embed & sign" or "Embed without signing". Xcode13(iOS15) 3rd part static library use config change to "Do Not Embed" if still use config "Embed ..." then just build sucess But you can not excute at devices and meet error message Unable to install "App Name" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620375 ... The code signature v..
Undefined symbols for architecture arm64: "std::...", referenced from: if 3rd part framework use std then have issue "Undefined symbols for architecture arm64:" solution need to "Other Linker Flags" "-lc++"