1.일단 단말지정된 프로비져닝 프로파일생성
2.빌드 속성에서 프로비져닝 파일을 지정하고
3../fastlane/Fastfile 을
default_platform(:ios)
platform :ios do
desc "Description of what the lane does"
lane :make_debug_ipa do
gym(
configuration: "Debug",
clean: true,
output_directory: "./build",
output_name: "FastlaneSample.ipa",
export_method: "development"
)
end
로 수정하여
4.fastlane make_debug_ipa
이런저런 복잡한 옵션이 있지만 나중에..
0 comments:
댓글 쓰기