Getting started with Cocos2d with ios (Sample Program issues) - ios

i have downloaded cocos2d lib and added that to m xcode using terminal.
now according to the tutorial Tutorials
i want a hello world program to just understand the basic working of the cocoS2d.
i have create new program and then select the option as shown in the
then i build the program and its gives me the following error
Can anyone help me regarding this issue>
thanks in advance for Good replies

Related

Cocos2d V2.X signal SIGABRT when I Create and run first time

Hello I am trying to follow a guide from raywenderlich which is Beat em up game For cocos2d V2.x But when I create and run the project it gives an error signal SIGABRT.
I am very new to cocos2d and objective c. Wanted to start with cocos2d-x C++ but couldnt find a good guide for beat up game. I want to make rpg games and this was the closest one. Please Help me.
Are you using the same version of Xcode and Cocos2D as the tutorial?
The easiest thing to do, is to download the completed tutorial at the bottom of the page and try to run it either in your compiler or on your device.
This will tell you if its a compatibility issue or your code.

LeadTools SDK implementation in iOS

Actually I need to implement MICR, OCR code read from Cheque in iOS via LeadTools. But I am not able to get the LeadTools iOS tutorial for Beginners so that I can start the implementation. Please help me to know how to start LeadTools sdk implementation in iOS.
It is not clear from your question whether you found the tutorial but faced problems with it, or you haven't found it to begin with.
Either way, here's the best approach to implementing OCR and MICR recognition on iOS using LEADTOOLS:
First you need to install the OSX/iOS toolkit package. If you don't already own the toolkit, you can download the free evaluation edition from www.leadtools.com
After that, follow this tutorial:
https://www.leadtools.com/help/leadtools/v18/dh/to/leadtools.topics~leadtools.topics.gettingstartedwithleadtoolsforiososx.html
If you run into problems with any step or get errors when you complete the tutorial contact LEAD support with full details of the problem.
Once you get the starting tutorial up and running, move to the 2 demos for OCR and MICR. Their source code is installed with the package in these locations:
Examples/Xcode/iOS/OcrDemo
Examples/Xcode/iOS/MicrDemo

Getting AllJoyn to run on iOS

I've been trying to get AllJoyn to work on iOS for quite some time now. I've tried a couple of different tutorials (obviously including the official one), but always got stuck at various errors that I've lost track of.
I am asking here if somebody knows a tutorial that I can follow exactly step-by-step and get it to compile at least or if somebody has a working (self-contained, 64 Bit if possible) XCode project template. Any help is very much appreciated.

Apple Mach-O Linker Error '-websockets'

I just started doing another tutorial from the ray wenderlich site and I got this error as soon as i started the new project. I'm currently using a cocos2dx 2.1.4 template for the tutorial and i definitely made the mistake of updating my xcode to the latest version. Again I haven't even started writing any code but heres my error.
http://i.imgur.com/lzCo8Xe.png?1
Thank you for any help in advance, I just want to get back to learning

OpenGL ES Programming Guide Particles example

I am trying to make the particle system example given in the book OpenGL ES programming guide to compile in iOS 6 but I don't seem to be able to make it work. For reference here is the web site of the book:
http://www.opengles-book.com/
The code can be downloaded from Google Code, see instructions below:
http://code.google.com/p/opengles-book-samples/wiki/Instructions
The code is in chapter 13.
Has anyone came across this and were able to make it work in iOS 6? I had made some modifications but still no joy.
Follow these steps:
Open "Common.xcodeproj" located in "/opengles-book-samples/iPhone/Common/"
Select to build for device or simulator and build.
After Build Succeeded close the Common.xcodeproj.
Open Finder and from the menu Go>Go to Folder... type without quotes "~/Library/Developer/Xcode/DerivedData/" and find the folder called "Common-bkoronpjvpvwbxgdgxbwiukcqwaz" inside folder go to : /Build/Products/ and copy "libCommon.a" to ParticleSystem project.
Build&Run particle example.
That's it. :)
Good luck.

Resources