Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Error occurred when build iOS project created by Project Generator

$
0
0

@Dinh_Nhat wrote:

I created iOS project with Project Generator successfully , but when i run that project , error occurred, i seem C++ method overrride error. Pls help me fix this.
OpenFrameworks code version : master branch
latest commit : de32545 ofxBaseGui: another conditional remove for ofXml on emscripten

......../openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:165:18: Virtual function 'getWindowPosition' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))
......openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:166:18: Virtual function 'getWindowSize' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))
.....openFrameworks/addons/ofxiOS/src/app/ofAppiOSWindow.h:167:18: Virtual function 'getScreenSize' has a different return type ('ofPoint' (aka 'ofVec3f')) than the function it overrides (which has return type 'glm::vec2' (aka 'tvec2'))

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles