Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] release setup #162

Merged
merged 4 commits into from
May 9, 2024
Merged

[feat] release setup #162

merged 4 commits into from
May 9, 2024

Conversation

easyhooon
Copy link
Collaborator

@easyhooon easyhooon commented May 8, 2024

  • 운영자 모드 진입 로직 수정 -> m.naver.com 임시
  • SigningConfig 추가,proguard 추가
    -> release 로 빌드시 아직 하단의 에러 발생 중
FATAL EXCEPTION: main
Process: com.unifest.android, PID: 23793
qb.i: Function 'onAction' (JVM signature: onAction(Lcom/unifest/android/feature/intro/viewmodel/IntroUiAction;)V) not resolved in class ra.r: no members found
... 

해당 에러 발생중

@easyhooon easyhooon added enhancement New feature or request help wanted Extra attention is needed labels May 8, 2024
@easyhooon easyhooon self-assigned this May 8, 2024
@easyhooon
Copy link
Collaborator Author

image
아이랩 했을 때 도 release 빌드시 비슷한 에러가 발생해서 앱 시작하자마자 runtime에서 터졌는데 그것과 같은 문제로 보입니다. 그땐 그래서 하는 수 없이 proguard 앱내에 모든 파일을 프로가드에서 제외하는 식으로 해결하였는데, 그러면 앱이 확실히 용량이 크더군여,, 어떻게 방법을 찾아서 해결했으면 좋겠습니다.

@wjdtkdgns777
Copy link
Collaborator

wjdtkdgns777 commented May 9, 2024

흠.. 그러게요 난독화도 풀어보고 인트로만 빼보기도 해도 다른곳에서 오류가 나고 하네.. 이렇게 하나하나 빼보셨던거군요 이유 계속 찾아보겠습니다

@wjdtkdgns777
Copy link
Collaborator

wjdtkdgns777 commented May 9, 2024

굿굿굿!!!!! ilab때부터 발생하던 이슈 해결해서 속이 시원하시겠네요 ㅎㅎㅋㅋㅋㅋㅋ

@easyhooon
Copy link
Collaborator Author

@easyhooon easyhooon merged commit d60ff06 into develop May 9, 2024
1 check passed
@easyhooon easyhooon deleted the feature/release branch May 9, 2024 07:58
@@ -2,7 +2,7 @@

plugins {
alias(libs.plugins.unifest.android.feature)
alias(libs.plugins.compose.investigator)
// alias(libs.plugins.compose.investigator)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

플러그인을 아예 제거하는 방법도 있지만, 일시적으로 비활성화시키는 방법도 있습니다!
이러면 플러그인을 추가/제거 할 때마다 플러그인을 다시 로드하지 않아서 빌드 속도를 개선할 수 있어요.

composeInvestigator {
  enabled = false
}

https://jisungbin.github.io/ComposeInvestigator/advanced/#data-management-classes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오... 비활성화도 지원하는군요 적용해보도록 하겠습니다! 감사합니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants