분류 전체보기533 [iOS] Archive시 Derived Data 생성 문득 Archive 시에 Derived Data 폴더 내에 빌드 결과물이 생기는지 궁금해서 확인해보았다. 우선 테스트를 위해 PushTestWorkspace의 DerivedData 폴더를 삭제한다. 그리고 Archive를 한다. Derived Data폴더 내에 PushTestWorkspace 폴더가 생기는 것을 확인할 수 있다. 다만, Xcode에서 Build혹은 Run할 때와 다르게 DerivedData 폴더에 Debug용 .app 파일은 생기지 않는다. 2022. 10. 11. [iOS] Xcode에서 Clean Build Folder 실행 시 Product를 빌드하면 아래와 같이 Derived Data의 각 결과물 폴더에서 Build폴더를 확인할 수 있다. (Build - Products 경로를 따라가보면 .app파일이 존재) Clean Build Folder 실행 시 아래와 같이 Build 폴더 내의 결과물이 싹 삭제된 모습을 확인할 수 있다. Clean Build Folder 실행 후 다시 Build를 하면 처음부터 다시 target을 Build를 해나간다. 2022. 10. 11. [iOS] Xcode Target, Scheme [iOS] Xcode - Target, Project, Scheme, Build setting 에 대하여 Xcode에서 프로젝트를 생성하면 프로젝트 파일이 가장 상위에 있고, 그 안에는 Target이나 Project 등이 존재하는 것을 볼 수 있다. 오늘은 이 App project파일에 대해 공부해보고자 한다. **공식문서**를 zzoo789.tistory.com Apple Developer Documentation developer.apple.com Xcode Target Xcode Target A target specifies a product to build and contains the instructions for building the product from a set of files in a.. 2022. 10. 11. [iOS] Xcode build configuration debug vs release What are Debug and Release Modes in Xcode? How to Check App is Running in Debug Mode? Understand Build Configurations Better medium.com When to set debug configuration for archiving an iOS app? I'm reading the App Distribution Guide and, in the "Beta Testing Your iOS App" section and in its "Archiving and Validating your App" subsection, talking about the Archive scheme settings it is sai... sta.. 2022. 10. 11. 이전 1 ··· 6 7 8 9 10 11 12 ··· 134 다음