반응형 Development Solutions141 How to set Mac OS version when building library (라이브러리 빌드할 때 Mac OS버전 설정 방법) How to set Mac OS version when building library (라이브러리 빌드할 때 Mac OS버전 설정 방법) 맥에서 라이브러리를 빌드할 때, 특정 타겟 버전으로 빌드해야할 때가 있다. 예를 들어, 11.2 버전으로 라이브러리를 빌드해야하는데 내가 사용하는 맥의 OS버전이 12.x일 수 가 있다. 이럴 때는 아래 명령어를 사용한 뒤에 라이브러리를 빌드하면 된다. (When building libraries on a Mac, there are times when you need to build to a specific target version. For example, I need to build the library with version 11.2, but the OS vers.. 2022. 10. 4. How to Reset Mac OS X Permissions (Mac OS X 권한 초기화 방법) How to Reset Mac OS X Permissions Mac OS X 권한 초기화 방법 Mac OS 에서 애플리케이션을 개발하다보면 개발하고 있는 애플리케이션의 권한 초기화가 필요할 때가 있다. 이 때 tccutil 명령어를 사용하면 된다. (When developing applications in Mac OS, there are times when it is necessary to initialize the permissions of the application being developed. In this case, you can use the tccutil command.) - 특정 서비스의 권한 설정 초기화 (- Initialize permission settings for specific .. 2022. 10. 4. [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) 권한 추가하기 [Apple OS X / iOS] Adding permission (info.plist, entitlements.plist) [Apple OS X / iOS] 권한 추가하기 (info.plist, entitlements.plist) info.plist란 실행 패키지에 관한 설정 정보를 포함한 파일이다. 시스템이 이 파일의 값을 보고 앱에 필요한 설정을 세팅한다. (info.plist is a file containing configuration information about executable packages. The system looks at the value of this file and sets the necessary settings for the app.) info.plist 예시 (info.. 2022. 9. 29. [Solved][qml] An abstract class cannot be instantiated. (추상 클래스를 인스턴스화 할 수 없습니다) [qml] An abstract class cannot be instantiated. 추상 클래스를 인스턴스화 할 수 없습니다. (추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편 https://inf.run/3XmSH Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런 Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은 www.inflearn.com 배경 지식 (background) 추상 클래스 : 순수 가상 함수를 1개 이상 가지고 있는 클래스 순수 가상 함수 : 가상 함수 중에 구현부(중괄호 내부)를 정.. 2022. 9. 23. 이전 1 ··· 16 17 18 19 20 21 22 ··· 36 다음 반응형