I am on Mac 64 bit.
I am working on this from last 2 days but still no success.
Here is the query
For iOS
I was playing around with NDK installation and suddenly When i launch simulator it shows a following error.
dyld: lazy symbol binding failed: Symbol not found: __ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_NS_17PropertyAttributeE Referenced from: /Users/bunty/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/node_modules/ioslib/node_modules/node-ios-device/out/node_ios_device_v14.node Expected in: dynamic lookup dyld: Symbol not found: __ZN2v86Object3SetENS_6HandleINS_5ValueEEES3_NS_17PropertyAttributeE Referenced from: /Users/bunty/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/node_modules/ioslib/node_modules/node-ios-device/out/node_ios_device_v14.node Expected in: dynamic lookup
For Android
It says there are no SDKs found at specified location even if the path is given properly. One of the solution i found for this is to delete config.son from .titanium folder but it is still not working.
Can anyone give the solution?
Thanks in advance :-)