0312월/24

xcode 진행시 오류사항 메모

google admob 적용시 webview 도 자동 추가되는데 Podfile 에서의 오류였음 /ios/Podfile post_install do |installer| installer.pods_project.targets.each do |target| … target.build_configurations.each do |config| config.build_settings[‘GCC_PREPROCESSOR_DEFINITIONS’] ||= [ ‘$(inherited)’, ## dart: PermissionGroup.camera ‘PERMISSION_CAMERA=1’, ] end endend 왜 … 으로 되어있는지 모르겠으나, flutter_additional_ios_build_settings(target) 로 변경 버전을 너무 상향했다. image: ^3.0.1 에서 Flip 가능 의존성 업데이트 확인, win32 패키지에 의존하는 경우 최신 버전 확인이 필요 아무래도 윈도우 환경 개발에서 mac으로 이동했을 경우 문제 나는 듯 flutter pub upgrade TARGETS – Runner – Build Settings – User-Defined – FULTTER_BUILD_NAME 과 NUMBER 변경 심사에 통과하지 못할 경우 기존 버전변경하지 안해도 됨 CFBundleDisplayName, CFBundleName이 타업체 앱과 중복되어서는 안됨

228월/24

ubuntu php7.4 셋팅

php 빌드 패키지 저장소 추가 add-apt-repository ppa:ondrej/php php 설치 apt install php7.4 php7.4-fpm php7.4-mysql php7.4-gd php7.4-curl php7.4-mbstring php7.4-gmp php7.4-soap php7.4-zip php7.4-xml 설정 vi /etc/php/7.4/apache2/php.ini short_open_tag = Off max_input_time = 60 #무제한: -1 memory_limit = 128M #upload 관련 post_max_size = 30M upload_max_filesize = 20M max_file_uploads = 10

148월/24

unity android target api 34 관련

1. editor 2021.3.25f1 버전은 api 34 대응이 안된다. 2021.3.42f1 을 설치하도록 한다.   2. ndk, sdk, jdk, gradle 경로 \Unity Hub\Editor\2021.3.42f1\Editor\Data\PlaybackEngines\AndroidPlayer   3. gradle 을 최신으로 변경해주자 \Unity Hub\Editor\2021.3.42f1\Editor\Data\PlaybackEngines\AndroidPlayer\Tools\gradle https://gradle.org/releases/ unity 종료 후, 이곳에서 binary-only 를 받아주고. lib 를 교체해주면 된다. 8.4로 교체함   4. player settings에서 custom 관련 설정을 왠만하면 하지 말자. proguard 부분만 custom 하고 나머지는 체크 해제