iOS

Xcode & Build System

Build configurations, schemes, build phases, code signing, provisioning profiles

16 면접 질문·
Mid-Level
1

What is the purpose of a Debug configuration versus Release?

답변

Debug prioritizes diagnostics by preserving symbols and disabling optimization to ease debugging. Release optimizes performance by removing unnecessary symbols and applying compiler optimizations for distribution.

2

What are the key elements visible in the Xcode project navigator?

답변

The navigator displays hierarchical structure with the root project containing targets, file groups, resources, and frameworks. This organization enables navigating and managing all project components logically.

3

What is the role of a scheme in an Xcode project?

답변

A named scheme encapsulates instructions to build, run, test, and archive the project. It associates targets with specific actions and configurations, enabling management of multiple variants such as production vs staging.

4

How to add a new target to an Xcode project?

5

What is the importance of code signing in iOS development cycle?

+13 면접 질문

다음 면접을 위해 iOS을 마스터하세요

모든 질문, flashcards, 기술 테스트, 코드 리뷰 연습, 면접 시뮬레이터에 접근하세요.

무료로 시작하기