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로 바꿔준다.
<<변경전>>

<<변경 후>>
