Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Xcode
- rxswift
- Firebase
- IOS
- Code
- Git
- Archive
- UIButton
- Realm
- JPA
- view
- geofencing
- error
- appstore
- SwiftUI
- darkmode
- FLUTTER
- window
- 개발자
- github
- Swift
- Session
- 웹뷰
- mac
- MacOS
- iOS16
- 이미지
- Apple
- 한글
- Notification
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
0. App Product, App 실행파일, Embed Frameworks 경로 본문
반응형
App Product 경로
/Users/{유저이름}/Library/Developer/Xcode/DerivedData/{프로젝트키값}/Build/Products/Debug-iphonesimulator
- Product : dynamicStaticToy
- 당시 Project들 : dynamicStaticToy, SubModule1, 2, 3

App 실행파일, Embed Frameworks 경로
- Product 우클릭 후 Show Package Contents 하면 실행파일이 나옴
- Frameworks 폴더에 동적 Embed한 프레임워크들이 들어감

