[Flutter] Xcode 수동 설치 후 Appstore에 등록 안될 때

zion Lee·2024년 4월 3일
Prepared archive for uploading
Upload failed
	error: Asset validation failed
This bundle is invalid. The value for key CFBundleShortVersionString '$(FLUTTER_BUILD_NAME)' in the Info.plist file at 'Payload/Runner.app/Frameworks/App.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at .......
	error: Asset validation failed
This bundle is invalid. The value for key CFBundleVersion [$(FLUTTER_BUILD_NUMBER)] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at .......
	error: Asset validation failed
This bundle Payload/Runner.app/Frameworks/App.framework is invalid. The value for key CFBundleVersion [$(FLUTTER_BUILD_NUMBER)] in the Info.plist file must be no longer than 18 characters. Please find more information about CFBundleVersion at .......

위와 같은 에러가 발생하며 환경변수를 찾지 못할 때

Runner > info > Fonfigurations Debug, Relese,Profile의 based on configuration file의 ConfigurationSet 설정을 none에서 generate로 바꿔준다.

<<변경전>>

<<변경 후>>

0개의 댓글