About Store Forum Documentation Contact



Post Reply 
Tutorials errors in XCode
Author Message
Bjorn Offline
Member

Post: #1
Tutorials errors in XCode
Hello,

I tried to compile a tutorial in XCode by opening "tutorials.xcodeproj" and I get the following errors:
[Image: Screen%2520Shot%25202012-12-03%2520at%252019.56.41.png]

I have Mac OS X 10.8 Mountain Lion with XCode 4.5.2

Does someone know what causes the errors?

Thanks
12-03-2012 08:15 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Tutorials errors in XCode
Hi,

These are warnings and not errors. You can ignore them.
12-03-2012 08:45 PM
Find all posts by this user Quote this message in a reply
Bjorn Offline
Member

Post: #3
RE: Tutorials errors in XCode
Hello,

Thanks for the fast reply.

I forgot to mention something, I had these warnings by building the project and when I run it, I get these errors:
[Image: Screen%2520Shot%25202012-12-03%2520at%252020.58.39.png]

[Image: Screen%2520Shot%25202012-12-03%2520at%252020.58.54.png]

I thought that I had errors because of the warnings.

So what could be the problem of these errors?
12-03-2012 09:02 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Tutorials errors in XCode
Please specify what exactly project are you running.
the exception says EXC_BREAKPOINT, I'm not sure, but it many be possible that you've just manually placed a breakpoint in the codes?
Check if there's a breakpoint in your source code, and try removing it, by dragging it away
12-09-2012 11:34 AM
Find all posts by this user Quote this message in a reply
Bjorn Offline
Member

Post: #5
RE: Tutorials errors in XCode
I am running 'Tutorials.xcodeproj', in the tutorials-directory.
I tried to fix it by changing the code, but it always keeps saying those breakpoints.

I also downloaded again the Esenthel SDK and that version without any changes doesn't work either.

The last thing I tried was comparing the project settings in 'Tutorials.xcodeproj' with the settings in the manual and it was correct.

I'll now try to remove the breakpoint in the source code an hope it'll work.
12-09-2012 06:36 PM
Find all posts by this user Quote this message in a reply
Bjorn Offline
Member

Post: #6
RE: Tutorials errors in XCode
Ok, I couldn't find any breakpoints in the source code, but I've found a solution for my problem on the internet!

The only thing I had to do was to change Cg.framework and EsenthelEngine.a from 'required' to 'optional' and now it just works!

So thanks a lot for your help, now I can finally play with the source code of esenthel!
12-09-2012 07:38 PM
Find all posts by this user Quote this message in a reply
Post Reply