install MariaDB on MacOS

——–—————- 1. [brew 업데이트](#1.step) >brew update 2. [mariaDB 설치](#2.step) >brew install mariadb 3. [db 서버 실행](#3.step) >mysql.server start 4. [mariaDB 접속 ](#DB.1 step) MariaDB [mysql]> UPDATE user SET password = password(‘원하는비밀번호’) WHERE […]

error fix – cvc-complex-type.2.4.a: ‘base-extension’

### [error fix] cocos2dx – contents — cvc-complex-type.2.4.a: ‘base-extension’ 요소로 시작하는 부적합한 콘텐츠가 발견되었습니다. ‘{layoutlib}’ 중 하나가 필요합니다. – solved 1step: file : build.gradle classpath ‘com.android.tools.build:gradle:7.0.2’ 2step: file: gradle-wrapper.properties #Tue Apr 12 […]

Cocos2d 신규 프로젝트 2022-07-08

OS : MacOS Version : cocos2d-x-4.0 # 생성 cocos new MyGame1 -p com.electromotor.mygame1 -l cpp 1. step MacBookPro cocos2d-x-4.0 % cocos new MyGame1 -p com.electromotor.mygame1 -l cpp > Copy template into /Users/electromotor/Documents/cocos2dx/cocos2d-x-4.0/MyGame1 […]

[cocos2dx] cocos2dx v4 build bug fix

# 원문 URL : https://discuss.cocos2d-x.org/t/how-to-add-libz-and-libiconv/55989/4 # 에러 내용 clang: error: no such file or directory: ‘/usr/lib/libz.dylib’ clang: error: no such file or directory: ‘/usr/lib/libiconv.dylib’ # I did read that post, and did […]