반응형 iOS10 cocos2d-x 3.17.2 새 프로젝트 만들었을때 iOS 에러 고치기 cocos2d-x 3.17.2 에러 고치기이제는 정말 사용하는 사람이 없을 거 같은 cocos2d-x 지만 그래도 정리! cocos2d-x 3.17.2 Xcode Version 15.3MacBook Pro 16 Apple M1 Max cocos2d-x 새 프로젝트를 만들고cocos new MyGame -p com.example.mygame -l cpp -d Projects MyGame: 프로젝트 이름.-p com.example.mygame: 패키지 이름.-l cpp: 사용 언어 (C++). 다른 언어를 사용하려면 lua 또는 js로 변경.-d Projects: 프로젝트가 생성될 디렉토리.빌드를 하면 처음 만나는 에러 error: no matching function for call to 'iconv_cl.. 2024. 11. 29. iOS 에러 Cannot create __weak reference in file using manual reference counting 모처럼 프로젝트의 이런저런 SDK들을 올리다 보니 발생하는 에러들 중 하나Cannot create __weak reference in file using manual reference countingFBSDKCoreKit.framework 에서 발생하는 에러 Build Settings > Language > Objective-C > Weak References in Manual Retain Release 를 YES 로 바꿔주면 해결됩니다. 2021. 10. 21. 이전 1 2 3 다음 반응형