Closed iantearle closed 11 years ago
Im guessing the parsemodule isnt included correctly in the repo? It appears to still be linked on your local computer ;)
Hi Ian -- it should all be there, the only thing is that you'd need to change the OTHER_LDFLAGS -F"/your/full/path" to where you cloned the repo.
The reason for this is because it compiles with -framework Parse, which will be located in /your/full/path/Parse.framework.
Let me know if this work for you... thanks!
Yup, I did it a slightly different (incorrect) way, re done as above and thats fixed it. Thank you.
Hi,
I downloaded the module within the zip file. I have placed this under my project in the modules directory. project/modules/iphone/com.elijahwindsor.parsemodule/1.0
However I am getting the following build error: [ERROR] : \ BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/MyApp.app/MyApp normal i386 [ERROR] : (1 failure)
In the module.xconfig, I see reference to /Users/ewindsor/Documents/Titanium Studio Workspace/parsemodule
What should I replace this with? I tried all the combinations and nothing seems to work. Do I have to compile the module again? I thought the zip file contained the plug and play module.
@ shekyboy , same here....
I also found same error . After that I add in in module.xcconfig file OTHER_LDFLAGS=$(inherited) -framework CoreTelephony but nothing happen. I have develop Speech to Text using com.clearlyinnovative.utils module because its free. Any body have idea How solve this problem. Please Help Me.
Hi i am facing same issue while creating module, as above mention, please can anybody help me, i am getting stuck due to this issue
can anybody help me to know about repo=="it should all be there, the only thing is that you'd need to change the OTHER_LDFLAGS -F"/your/full/path" to where you cloned the repo. "
what should be the repo?
Moved on @saggy check out https://gist.github.com/aaronksaunders/5443666
Hi , iantearle,
Thank for your fast response.. But i want to know that if we add any external static framework in project. I am getting error else it work fine . do you know any thing thing about this problem
Like I say, I moved on. I didn't have any success with this project and unfortunately for the developer it's not kept up to date as much as the JS library can be done by Parse themselves.
Using Aaron Saunders approach is far more stable and is supported in part by Parse, therefore is far better documented.
thanx for respond
Hi, Getting the following error on build when including your module, any ideas?