Posts about 코딩

cocos2d-x static library

June 14th, 2017

win32

https://medium.com/@frogdev.vietnam/create-and-config-prebuilt-lib-for-cocos2dx-3-x-win32-android-ios-af6abaf097fb

 

ios

http://www.nicnocquee.com/2016/01/20/build-cocos2d-x-fat-static-library.html

 

Adcolony orientation 오류

November 27th, 2016

Supported orientations has no common orientation with the application, and [ADCContainer shouldAutorotate] is returning YES

이와 같은 에러 메시지와 함께 프로그램 크래시가 발생하는 경우, Device Orientation을 체크해 봐야 한다. 내가 개발중인 프로그램에선 portrait 모드만 지원하도록 표시해 두었는데, adcolony에서 landscape 지원이 없어서 문제가 발생했다. 다음 참고 링크를 보면, adcolony에 국한된 문제는 아니다. 해결 방법은 여러가지인데, 나는 간단히 지원하는 모드에 landscape를 추가하는 식으로 우회했다(미봉책).

참고 : http://stackoverflow.com/questions/12540597/supported-orientations-has-no-common-orientation-with-the-application-and-shoul