Development/[iOS] Swift, ObjC
iOS fastlane 기본 사용법
센치한개발자
2021. 1. 15. 07:56
728x90
Xcode가 아닌 command 창에서 빌드 등을 자동화하는 fastlane 이라는 프로그램의 기본적인 빌드 명령어는 다음과 같다.
(*. fastlane 은 안드로이드도 지원합니다 )
$bundle exec fastlane gym --workspace 프로젝트파일명(~.xcworkspace) --scheme 타겟명칭 --configuration Release --export_method export방법 --output_directory export위치
[ iOS의 fastlane 기본적인 설치 문서 ] - docs.fastlane.tools/getting-started/ios/setup/
*. 참고할만한 사이트
(1) 젠킨스와 fastlane 결합 : thebugcode.github.io/ios-continous-integration-choosing-a-build-server-and-tooling/
728x90
반응형