thaliproject / jxcore

Evented IO for Chakra, SpiderMonkey & V8 JavaScript
http://jxcore.com
Other
12 stars 4 forks source link

Create Xcode projects dependencies to debug the JXcore lib on iOS devices. #94

Open enricogior opened 7 years ago

enricogior commented 7 years ago

Currently we can't debug the JXcore lib on iOS devices. In order to do it, we need to create a Xcode project to build the lib, than add that project as a dependency in the Xcode project that uses the JXcore lib (i.e. iOS test app, ThaliTest app etc.).

enricogior commented 7 years ago

Work almost complete, the project has been created and now we can debug the C/C++ code. What is left are minor details regarding some build dependencies and configuration for platform support.