You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the header is included using an import statement (reminds me of ObjC), and if that is Apple's framework, this makes the bindings platform dependent.
Am I missing something here?
Thanks,
The text was updated successfully, but these errors were encountered:
There is indeed a dependency to CoreFoundation. This is just temporal as we initially implemented and tested the integration for iOS, but will improve it to be platform independent as soon as possible.
Hi,
There seem to be a dependency on CoreFoundation?
https://github.com/Noesis/cocos2d-x-bindings/blob/master/NoesisGUINode.cpp#L3
It seems that the header is included using an
import
statement (reminds me of ObjC), and if that is Apple's framework, this makes the bindings platform dependent.Am I missing something here?
Thanks,
The text was updated successfully, but these errors were encountered: