Error code:-2147467259 Error code name:failed

Hi everyone,
i am using IBM websphere studio apllication developer integration edition with crystal reports 11 release 2.
while running jsp program i got following exception:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The supplied keycode is not valid for this version of the Java Reporting Component---- Error code:-2147467259 Error code name:failed
I tried but i am not able to resolve this problem.
can anybody tell me what to do with this problem.
Thanks in advance.

Hi everyone,
i am using IBM websphere studio apllication developer integration edition with crystal reports 11 release 2.
while running jsp program i got following exception:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The supplied keycode is not valid for this version of the Java Reporting Component---- Error code:-2147467259 Error code name:failed
I tried but i am not able to resolve this problem.
can anybody tell me what to do with this problem.
Thanks in advance.

Similar Messages

  • The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed

    Friends,
                I'm facing below issue while accessing a crystal report. I heard it might be an access issue. But i'm able to access a report within a same folder.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException : The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    Any suggestions would be very helpful.
    Thanks in Advance,
    Bharath

    Apply trace on RAS and look for errors in the RAS logs at the same timestamp.
    These errors come for various errors and tracing RAS would give us a better idea.
    It might hapen that you observe these errors for reports which takes more than the RAS timeout to export the reports.
    Post getting the RAS logs you can try below steps if we see timeout errors in RAS logs.
    Copy clientSDKOptions.xml file from <BO install path>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib to the machine where your app is running Open clientSDKOptions.xml and change CORBARequestTimeOut from 600000 to a value large enough to allow the report to render, for instance 1200000. Default value is 600000 (10 minutes)
    Specify the location of the clientSDKOptions.xml file at run-time. In your JSP or Java files, use the Java method setProperty from the System class. Set the system property indicated by the ras.config key to the specified directory as: system.setProperty("ras.config","c:\temp"). This function call specifies that the clientSDKOptions.xml file in c:\temp is to be used for locating RAS servers.
    Thanks,
    Prithvi

  • Error code:-2147467259 Error code name:failed Java desktop application

    Hi guys,
    I'm trying to run
    Java_JRC_Desktop_View_Report_and_set_database_logon downloaded from this link:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0d6f979-3e11-2c10-35a8-ac93994a30ed
    but at runtime my java desktop application throws this Exception:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: org/apache/log4j/Logger---- Error code:-2147467259 Error code name:failed
    From what depends?
    thx all.

    Hi,
         I am trying to run a java code to export .rtf file to .pdf format. Below is the code
    *String reportname = "D:\\multiLingual.rpt";;*
    *String exportfilename ="D:\\multiLingual.pdf";*
    *//Open report.*
    *ReportClientDocument reportClientDoc = new ReportClientDocument();*
    *reportClientDoc.open(reportname, 0);*
    *//NOTE: If parameters or database login credentials are required, they need to be set before.*
    *//calling the export() method of the PrintOutputController.*
    *//Export report and obtain an input stream that can be written to disk.*
    *//See the Java Reporting Component Developer's Guide for more information on the supported export format enumerations*
    *//possible with the JRC.*
    *ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);*
    *//Release report.*
    *reportClientDoc.close();*
    *//Use the Java I/O libraries to write the exported content to the file system.*
    *byte byteArray[] = new byte[byteArrayInputStream.available()];*
    *//Create a new file that will contain the exported result.*
    *File file = new File(exportfilename);*
    *FileOutputStream fileOutputStream = new FileOutputStream(file);*
    *ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(byteArrayInputStream.available());*
    *int x = byteArrayInputStream.read(byteArray, 0, byteArrayInputStream.available());*
    *byteArrayOutputStream.write(byteArray, 0, x);*
    *byteArrayOutputStream.writeTo(fileOutputStream);*
    *//Close streams.*
    *byteArrayInputStream.close();*
    *byteArrayOutputStream.close();*
    *fileOutputStream.close();*
    I am running it through eclipse as a standalone with all the required jar files in the buildpath. However when i run it gives following error in console.
    *com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: An error occured while exporting the report---- Error* *code:-2147467259 Error code name:failed*
    *     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)*
    *     at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)*
    *     at com.crystaldecisions.reports.sdk.PrintOutputController.export(SourceFile:54)*
    *     at test.main(test.java:34)*
    Thanks in advance
    Abhijeet
    Edited by: Abhijeet D on Jul 7, 2010 5:10 PM
    Edited by: Abhijeet D on Jul 7, 2010 5:24 PM

  • Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD

    Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD on a Windows 2008 server.

    The global query block list is a feature that prevents attacks on your network by blocking DNS queries for specific host names.  This feature has caused the DNS server to fail a query with error code NAME ERROR for wpad.contoso.com. even though data
    for this DNS name exisits in the DNS database.  Other queries in all locally authoritative zones for other names that begin with labels in the block list will also fail, but no event will be logged when further queries are blocked until the DNS server
    service on this computer is restarted.

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • F  *** ERROR = Node 'bootstrap' failed with exit code 503.

    Hi,
         i installed the sap nw 7.2 trial version succesfully and due to sapgui problem i downloaded a new sapgui 720 patches from the service place and installed and when installation ,i installed jre for the sapgui. after that when i start the sap server the jstart.exe is not started it is stopped. and showing the errror message
    F  *** ERROR => Node 'bootstrap' failed with exit code 503.
    dev_jstart
    trc file: "dev_jstart.3508", trc level: 1, release: "720"
    trc file: "dev_jstart.new", trc level: 1, release: "720"
    sysno      00
    sid        CE1
    systemid   560 (PC with Windows NT)
    relno      7200
    patchlevel 0
    patchno    22
    intno      20020600
    make       multithreaded, Unicode, optimized
    profile    D:\usr\sap\CE1\SYS\profile\CE1_J00_boedge
    pid        3508
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      All, egi
    Sat May 22 10:55:11 2010
    trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : D:\usr\sap\CE1\SYS\exe\uc\NTI386\jstart.EXE
      arg[ 1] : pf=D:\usr\sap\CE1\SYS\profile\CE1_J00_boedge

    F Sat May 22 10:55:11 2010
    F  ********************************************************************************
    F  Java environment properties (D:\usr\sap\CE1\J00\work\jstart.jvm)
    F    root directory    : D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007/sapjvm_6
    F    vendor            : SAP AG
    F    version           : 1.6.0_07
    F    cpu               : x86
    F    java vm type      : server
    F    java vm version   : 6.1.007
    F    jvm library name  : jvm.dll
    F    library path      : D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin\server;D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin
    F    executable path   : D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\bin
    F  ********************************************************************************
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 3512] MtxInit: 30002 0 2
    trc file: "dev_jstart", trc level: 1, release: "720"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      All, egi
    F  [Thr 3512] *** LOG => connected to Enqueue Server.
    F  [Thr 3512] *** LOG => connected to Message Server.
    F  [Thr 3512] *** LOG => Starting run level 1.
    F  ********************************************************************************
    F  Java process [deployment] properties:
    F    section name     : deployment
    F    config file      : D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties
    F    node name        : Deploy_offline
    F    home directory   : D:\usr\sap\CE1\J00\j2ee\cluster
    F    shutdown timeout : 136000 ms
    F    exit timeout     : 7000 ms
    F    debuggable       : false
    F    debugger active  : false
    F  ********************************************************************************
    F  [Thr 3512] *** LOG => Instance state is "Deploying offline components" (STARTING @ 0, INACTIVE).
    F  [Thr 3512] *** LOG => Starting nodes: runlevel 1.
    F  ********************************************************************************
    F  Starting process: D:\usr\sap\CE1\SYS\exe\uc\NTI386\jstart.EXE
    F    arg[ 1] = -nodeId=0
    F    arg[ 2] = pf=D:\usr\sap\CE1\SYS\profile\CE1_J00_boedge
    F    arg[ 3] = -hostvm
    F    arg[ 4] = -nodeName=deployment
    F    arg[ 5] = -file=D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties
    F    arg[ 6] = -jvmFile=D:\usr\sap\CE1\J00\work\jstart.jvm
    F    arg[ 7] = -traceFile=D:\usr\sap\CE1\J00\work\dev_deployment
    F    arg[ 8] = -javaOutFile=D:\usr\sap\CE1\J00\work\jvm_deployment.out
    F    env   : JStart/ReserveSize=0x60000000
    F    env   : NODNSSAPTRANSHOST=1
    F  exePath : PATH=D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\bin;D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  libPath : PATH=D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin\server;D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin;D:\usr\sap\CE1\J00\j2ee\os_libs;D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\bin;D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  stdout  : D:\usr\sap\CE1\J00\work\std_deployment.out
    F  stderr  : D:\usr\sap\CE1\J00\work\std_deployment.out
    F  console : no
    F  debugger: no
    F  nice    : yes
    F  ********************************************************************************
    F  Process Deploy_offline started with pid 3648
    F  ********************************************************************************
    F  [Thr 3512] *** LOG => Process deployment started (pid 3648).

    F [Thr 3512] Sat May 22 10:55:14 2010
    F  [Thr 3512] *** LOG => Process deployment stopping (pid 3648).

    F [Thr 3656] Sat May 22 10:55:14 2010
    F  [Thr 3656] *** LOG => Signal 13 SIGCHLD.
    F  [Thr 3512] *** LOG => Process deployment stopped (pid 3648).
    F  [Thr 3512] *** LOG => Instance state is "Deploying offline components" (STOPPING @ 0, INACTIVE).
    F  [Thr 3512] *** LOG => Run level 1 completed.
    F  [Thr 3512] *** LOG => Starting run level 2.

    F Sat May 22 10:55:15 2010
    F  ********************************************************************************
    F  Java process [bootstrap] properties:
    F    section name     : bootstrap
    F    config file      : D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties
    F    node name        : Instance_bootstrap
    F    home directory   : D:\usr\sap\CE1\J00\j2ee\cluster
    F    shutdown timeout : 136000 ms
    F    exit timeout     : 7000 ms
    F    debuggable       : false
    F    debugger active  : false
    F  ********************************************************************************
    F  [Thr 3512] *** LOG => Instance state is "Synchronizing binaries" (STARTING @ 0, INACTIVE).
    F  [Thr 3512] *** LOG => Starting nodes: runlevel 2.
    F  ********************************************************************************
    F  Starting process: D:\usr\sap\CE1\SYS\exe\uc\NTI386\jstart.EXE
    F    arg[ 1] = -nodeId=0
    F    arg[ 2] = pf=D:\usr\sap\CE1\SYS\profile\CE1_J00_boedge
    F    arg[ 3] = -hostvm
    F    arg[ 4] = -nodeName=bootstrap
    F    arg[ 5] = -file=D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties
    F    arg[ 6] = -jvmFile=D:\usr\sap\CE1\J00\work\jstart.jvm
    F    arg[ 7] = -traceFile=D:\usr\sap\CE1\J00\work\dev_bootstrap
    F    arg[ 8] = -javaOutFile=D:\usr\sap\CE1\J00\work\jvm_bootstrap.out
    F    env   : JStart/ReserveSize=0x60000000
    F    env   : NODNSSAPTRANSHOST=1
    F  exePath : PATH=D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\bin;D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  libPath : PATH=D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin\server;D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\jre\bin;D:\usr\sap\CE1\J00\j2ee\os_libs;D:\usr\sap\CE1\SYS\exe\jvm\NTI386\sapjvm_6.1.007\sapjvm_6\bin;D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  stdout  : D:\usr\sap\CE1\J00\work\std_bootstrap.out
    F  stderr  : D:\usr\sap\CE1\J00\work\std_bootstrap.out
    F  console : no
    F  debugger: no
    F  nice    : yes
    F  ********************************************************************************
    F  Process Instance_bootstrap started with pid 3736
    F  ********************************************************************************
    F  [Thr 3512] *** LOG => Process bootstrap started (pid 3736).

    F [Thr 3512] Sat May 22 10:55:20 2010
    F  [Thr 3512] *** LOG => Process bootstrap stopping (pid 3736).

    F [Thr 3744] Sat May 22 10:55:21 2010
    F  [Thr 3744] *** LOG => Signal 13 SIGCHLD.

    F [Thr 3512] Sat May 22 10:55:21 2010
    F  [Thr 3512] *** LOG => Process bootstrap stopped (pid 3736).
    F  [Thr 3512] *** WARNING => Node bootstrap failed: result 1, exit code 503. [sfxxnode.hpp 1011]
    F  ********************************************************************************
    F  Native process [snapshot] properties:
    F    section name     : snapshot
    F    config file      : D:\usr\sap\CE1\SYS\exe\uc\NTI386\startup.properties
    F    node name        : snapshot
    F    home directory   : D:\usr\sap\CE1\J00\work
    F    shutdown timeout : 122000 ms
    F    sf support       : false
    F  ********************************************************************************
    F  ********************************************************************************
    F  Starting process: D:\usr\sap\CE1\SYS\exe\uc\NTI386\sapcontrol.EXE
    F    arg[ 1] = -prot
    F    arg[ 2] = PIPE
    F    arg[ 3] = -nr
    F    arg[ 4] = 00
    F    arg[ 5] = -function
    F    arg[ 6] = CreateSnapshot
    F    arg[ 7] = Servercrash
    F    arg[ 8] = postmortem?node=bootstrap&exitcode=503
    F    arg[ 9] = 1
    F    arg[10] = 10000
    F    arg[11] = ""
    F    arg[12] = ""
    F    arg[13] = DEFAULT
    F    env   : NODNSSAPTRANSHOST=1
    F  exePath : PATH=D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  libPath : PATH=D:\usr\sap\CE1\SYS\exe\uc\NTI386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    F  stdout  : D:\usr\sap\CE1\J00\work\std_snapshot.out
    F  stderr  : D:\usr\sap\CE1\J00\work\std_snapshot.out
    F  console : no
    F  debugger: no
    F  nice    : yes
    F  ********************************************************************************
    F  Process snapshot started with pid 3884
    F  ********************************************************************************
    F  [Thr 3512] *** LOG => Process snapshot started (pid 3884).
    F  [Thr 3512] *** LOG => Process snapshot running (pid 3884).
    F  [Thr 3512] *** LOG => SAP Start Service (pid 1240) connected.
    F  [Thr 3512] *** LOG => SAP Start Service (pid 1240) disconnected.

    F [Thr 3892] Sat May 22 10:55:29 2010
    F  [Thr 3892] *** LOG => Signal 13 SIGCHLD.

    F [Thr 3512] Sat May 22 10:55:29 2010
    F  [Thr 3512] *** LOG => Process snapshot stopped (pid 3884).
    F  [Thr 3512] *** LOG => Instance state is "Synchronizing binaries" (STOPPING @ 0, INACTIVE).
    F  [Thr 3512] *** LOG => Run level 2 completed.
    F  [Thr 3512] *** LOG => Instance state is "Some processes failed" (STOPPED @ 0, INACTIVE).
    I  [Thr 3512] MPI: dynamic quotas disabled.
    I  [Thr 3512] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

    F  ********************************************************************************
    F  *** ERROR => Node 'bootstrap' failed with exit code 503.
    F  ***
    F  *** Please see section 'Failures in the 'synchronizing binaries' phase'
    F  *** in SAP Note 1316652 for additional information and trouble shooting advice.
    F  ********************************************************************************

    F  [Thr 3512] *** LOG => exiting (exitcode 22002, retcode 1).

    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[2.0.7.1006]/>
    <!NAME[C:\Documents and Settings\Administrator\.sdtgui\log\SDTServer.log]/>
    <!PATTERN[SDTServer.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    May 23, 2015 10:45:07 AM [Info  ]: *************************************************
    May 23, 2015 10:45:07 AM [Info  ]: Starting SL Controller ...
    May 23, 2015 10:45:07 AM [Info  ]: StorageService switched off.
    May 23, 2015 10:45:07 AM [Info  ]: Initializing SecurityManager ...
    May 23, 2015 10:45:07 AM [Info  ]: Key Store management switched off.
    May 23, 2015 10:45:08 AM [Info  ]: Configuring HTTPManager ...
    May 23, 2015 10:45:08 AM [Info  ]: WebstartService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: RoleService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: AlertService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: Starting NotesService ...
    May 23, 2015 10:45:08 AM [Info  ]: ProcessService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: Starting MIDService ...
    May 23, 2015 10:45:08 AM [Info  ]: Starting FileService ...
    May 23, 2015 10:45:08 AM [Info  ]: LogService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: MailService switched off.
    May 23, 2015 10:45:08 AM [Info  ]: Starting services ...
    May 23, 2015 10:45:08 AM [Info  ]: Starting service "SAPinstService" ...
    May 23, 2015 10:45:08 AM [Info  ]: Service "SAPinstService" started
    May 23, 2015 10:45:08 AM [Info  ]: Services started.
    May 23, 2015 10:45:08 AM [Info  ]: Starting HTTP server listening on port 4239 ...
    May 23, 2015 10:45:08 AM [Info  ]: HTTP server started.
    May 23, 2015 10:45:08 AM [Info  ]: SL Controller started.
    May 23, 2015 10:45:08 AM [Info  ]: Starting GUI ...
    May 23, 2015 10:45:11 AM [Info  ]: GUI started.
    May 23, 2015 10:46:53 AM [Info  ]: *************************************************
    May 23, 2015 10:46:53 AM [Info  ]: Starting SL Controller ...
    May 23, 2015 10:46:53 AM [Info  ]: StorageService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: Initializing SecurityManager ...
    May 23, 2015 10:46:53 AM [Info  ]: Key Store management switched off.
    May 23, 2015 10:46:53 AM [Info  ]: Configuring HTTPManager ...
    May 23, 2015 10:46:53 AM [Info  ]: WebstartService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: RoleService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: AlertService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: Starting NotesService ...
    May 23, 2015 10:46:53 AM [Info  ]: ProcessService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: Starting MIDService ...
    May 23, 2015 10:46:53 AM [Info  ]: Starting FileService ...
    May 23, 2015 10:46:53 AM [Info  ]: LogService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: MailService switched off.
    May 23, 2015 10:46:53 AM [Info  ]: Starting services ...
    May 23, 2015 10:46:53 AM [Info  ]: Starting service "SAPinstService" ...
    May 23, 2015 10:46:53 AM [Info  ]: Service "SAPinstService" started
    May 23, 2015 10:46:53 AM [Info  ]: Services started.
    May 23, 2015 10:46:53 AM [Info  ]: Starting HTTP server listening on port 4239 ...
    May 23, 2015 10:46:53 AM [Info  ]: HTTP server started.
    May 23, 2015 10:46:53 AM [Info  ]: SL Controller started.
    May 23, 2015 10:46:53 AM [Info  ]: Starting GUI ...
    May 23, 2015 10:46:56 AM [Info  ]: GUI started.
    May 23, 2015 10:47:19 AM [Info  ]: *************************************************
    May 23, 2015 10:47:19 AM [Info  ]: Starting SL Controller ...
    May 23, 2015 10:47:19 AM [Info  ]: StorageService switched off.
    May 23, 2015 10:47:19 AM [Info  ]: Initializing SecurityManager ...
    May 23, 2015 10:47:19 AM [Info  ]: Key Store management switched off.
    May 23, 2015 10:47:20 AM [Info  ]: Configuring HTTPManager ...
    May 23, 2015 10:47:20 AM [Info  ]: WebstartService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: RoleService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: AlertService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: Starting NotesService ...
    May 23, 2015 10:47:20 AM [Info  ]: ProcessService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: Starting MIDService ...
    May 23, 2015 10:47:20 AM [Info  ]: Starting FileService ...
    May 23, 2015 10:47:20 AM [Info  ]: LogService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: MailService switched off.
    May 23, 2015 10:47:20 AM [Info  ]: Starting services ...
    May 23, 2015 10:47:20 AM [Info  ]: Starting service "SAPinstService" ...
    May 23, 2015 10:47:20 AM [Info  ]: Service "SAPinstService" started
    May 23, 2015 10:47:20 AM [Info  ]: Services started.
    May 23, 2015 10:47:20 AM [Info  ]: Starting HTTP server listening on port 4239 ...
    May 23, 2015 10:47:20 AM [Info  ]: HTTP server started.
    May 23, 2015 10:47:20 AM [Info  ]: SL Controller started.
    May 23, 2015 10:47:20 AM [Info  ]: Starting GUI ...
    May 23, 2015 10:47:23 AM [Info  ]: GUI started.
    May 23, 2015 11:27:57 AM [Info  ]: Stopping services ...
    May 23, 2015 11:27:57 AM [Info  ]: Stopping service "SAPinstService" ...
    May 23, 2015 11:27:57 AM [Info  ]: Service "SAPinstService" stopped.
    May 23, 2015 11:27:57 AM [Info  ]: Services stopped.
    May 23, 2015 11:27:57 AM [Info  ]: Server shutdown by SAPinstService

  • Report App Server;Error code:-2147215349 Error code name:docNotReady.......

    Hi Experts,
    In our application we are trying to connect to the RAS server  for the ad hoc reporting capabilities that allow users to modify reports over the Web.
    In order to do this what are servers need to run on the server side( I am looking for settings on server side like, what are the servers and services to be run on).
    When we try to open the document  we are getting the error. The code and error msg are as follows.
    private void GetReportClientDocument()
              try {
                   sessionManager = CrystalEnterprise.getSessionMgr();
                   enterpriseSession = sessionManager.logon(username,password, servername, "SecEnterprise");
                   iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
                   String sampleReportName = "Test_Open";
                   IInfoObjects infolist = iStore.query("Select SI_CUID From CI_INFOOBJECTS Where  SI_NAME='" + sampleReportName + "' and SI_INSTANCE=0");
                   int lookUpId = 0;
                   for (int i = 0; i < infolist.size(); i++) {
                        IInfoObject siId = (IInfoObject) infolist.get(i);
                        lookUpId = siId.getID();
                   System.out.println("The CUID is: "+lookUpId);
                   IInfoObjects list = iStore.query("select * From CI_INFOOBJECTS Where SI_ID="+lookUpId);
                   IInfoObject report = (IInfoObject) list.get(0);
                   ReportClientDocument rcd = new ReportClientDocument();
                   IReportAppFactory appFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
                   try {
                        System.out.println("Name of Document: "+rcd.getReportDocument().getName());
                        rcd = appFactory.openDocument(report, OpenReportOptions._openAsReadOnly,null);
                   } catch (ReportSDKException e) {
                        e.printStackTrace();
              } catch (SDKException e) {
                   e.printStackTrace();
    Error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException: The document has not been opened.---- Error code:-2147215349 Error code name:docNotReady
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKClientDocException.throwReportSDKClientDocException(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.getDatabaseController(Unknown Source)
         at Viewer.GetReportClientDocument(Viewer.java:98)
         at Viewer.main(Viewer.java:27)
    Thanks in advance for your help.

    Hi Qiang,
    Please check http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=1047650.6 for possible solutions for this error.
    Thanks,
    Erik

  • What can I do about "LabVIEW load error code 38: Failed to uncompress part of the VI."

    While attempting to load an executable LabVIEW application for LabVIEW 2009 SP1 on a Windows-XP machine when the following pop-up message occurs. "LabVIEW: Memory or data structure corrupt. An error occurs in loading VI 'NI_Gmath.lblib: Backward Bracket Search.VI'. LabVIEW load error code 38: Failed to uncompress part of the VI. The VI is most likely corrupt." What seems odd is that the same LabVIEW application loads fine when logged on as a privileged user account, but fails to load on a private user account.
    Attachments:
    2012-07-18 LabVIEW Load error code 38.jpg ‏1314 KB

    Here's a thought:
    So when something is decompressed, a temp folder is often used. 
    I have no idea why LabVIEW would be decompressing anything, but I suspect it is trying to put the decompressed file into a temp folder where the user does not have write permissions.
    In the .ini file for your executable, you can add a line that specified the location of the temp folder to use:
    tmpdir=C:\Temp
    On my Win7 machine, the location is:
    C:\Users\MyUserName\AppData\Local\Temp
    On WinXP, it is probably:
    C:\Documents And Settings\YourUserName\local settings\temp
     Try changing the tmpdir key in your ini file to something to C:\Temp and see if that helps.
    - john

  • Gettin Error code:-2147215361 Error code name:outOfMemoryError

    Hi all,
    I have Crystal Report Server 2008 V1 and when I invoke the Crystal Report server from my java file i am getting the below error.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Out of memory error occurred. - Java heap space-- Error code:-2147215361 Error code name:outOfMemoryError
         com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         org.apache.jsp.formula_jsp._jspService(formula_jsp.java:93)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Please help me to resolve this.

    Hi,
    thanks a lot for your answer.
    Regards,
    Gourav

  • Error Error code:-2147217395 Error code name:serverProgramingError

    Hi,
    i am using JRC application sample which bascially read the .RPT file and export it to .PDF filefrom this link, i have made the relative changes which point to the .rpt file. compilation went fine.. but i am facing the runtime error which mentioned below.
    i have not made any changes in CRconfig.xml expect the Keycode and not a single change ins lof4j.
    i came to know it should require the Swing lib too, presently i am not using that.
    kindly let me know if i missing some thing in this context.  the error log is
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected error determining relative path---- Error code:-2147217395 Error code name:serverProgrammingError
            at com.businessobjects.reports.sdk.a.if(Unknown Source)
            at com.businessobjects.reports.sdk.a.do(Unknown Source)
            at com.businessobjects.reports.sdk.a.<init>(Unknown Source)
            at com.businessobjects.reports.sdk.a.<clinit>(Unknown Source)
            at com.businessobjects.reports.sdk.c.<clinit>(Unknown Source)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.case(UnknownSource)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<clinit>(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ClientDocument.for(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.for(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
            at com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
            at JRCExportReport.main(JRCExportReport.java:33)
    Waiting for your response.
    Thanks!
    Prabhakar J.

    Hi,
    after removing the reportlocation tag i am getting the following error.
    - Requested node not found in configuration file
    -  received request: verifyLogon
    -  received request: createServerAgent
    - Creating JRCAgent1
    - JRCAgent1 received request: fetchDataDocumentRequest
    - Time to load report C:\DOCUME1\pjujare\LOCALS1\Temp\jrc_tmp_4664716485754572
    89.rpt took 391 ms
    Exception in thread "main" java.lang.NoClassDefFoundError: com/crystaldecisions/reports/dataengine/l
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(Unknown Source)
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
            at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
            at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
            at com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
            at JRCExportReport.main(JRCExportReport.java:36)
    Caused by: java.lang.ClassNotFoundException: com.crystaldecisions.reports.dataengine.l

  • Error code name:serverNotFound. Please help

    Hi,
    I was trying to run some code samples but I keep getting this error. I don't know what to do without JPEReportSourceFactory, nothing works. Any idea?
    Error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: There is no server specified.---- Error code:-2147217390 Error code name:serverNotFound
    Code:
    ReportClientDocument reportClientDoc = new ReportClientDocument();
          reportClientDoc.open("list.rpt", 0);
          Object reportSource = reportClientDoc.getReportSource();
          CrystalReportViewer viewer=new CrystalReportViewer();
          viewer.setParameterFields(fields);
          viewer.setOwnPage(true);
          viewer.setReportSource(reportSource);
          viewer.setEnableParameterPrompt(false);
          viewer.setEnableLogonPrompt(false);
          viewer.setBestFitPage(true);
          viewer.setHasLogo(false);
          viewer.setDisplayGroupTree(false);
          viewer.setPrintMode(CrPrintMode.PDF);
          viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), response.getWriter());

    It's likely you're using the incorrect ReportClientDocument for the Java Reporting Component.
    The full name for the Java Reporting Component is:
    com.crystaldecisions.reports.sdk.ReportClientDocument
    I'm assuming you're using the ReportClientDocument that comes with the Report Application Server (RAS) SDK:
    com.crystaldecisions.sdk.occa.report.application.ReportClientDocument
    The RAS SDK expects a RAS server to connect with.
    Sincerely,
    Ted Ueda

  • Error code:-2147217401 Error code name:agentTimeout

    Hi,
    We are getting the below error
    ReportSDKException Occurred com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Server agent has timed out.---- Error code:-2147217401 Error code name:agentTimeout
    while adding SQL to crystal report for few cases (more time consuming reports) . i.e.
    reportClientDocument.getDatabaseController().addTable(boNewCommandTable, null);
    what could be the reason for the same? Is there any maximum time limit for the addTable() method execution, If so how can we change that?
    Thanks & Regards
    Amitav

    Hi Adam,
    Actually we are trying to add an SQL query to the report and we know that the particular SQL supposed to take more time for execution. Our application logs indicate that the agentTimeout error comes approximately after 6 hrs. We are wondering if there is some maximum time limit then will it possible to change the same.
    Thanks & Regards
    Amitav

  • Error code:-2147217387 Error code name:connectServer

    Hi all,
    <br></br>
    I have standalone java file, and i am trying to connect with the Crystal Report server. I have Crystal Report Server 2008.
    Error code:-2147217387 Error code name:connectServer
    <br></br>
    The server is newly installed and i dint make any change. All the services are up and running.
    <br></br>
    I am getting the following exception
    I tried the following cases
    <br></br>
    clientDoc.setReportAppServer("01hw150564");
    clientDoc.setReportAppServer("172.20.224.123");
    clientDoc.setReportAppServer("172.20.224.123:6400");
    but no use.  Please hep me
    <br></br>
    Exception
    <br></br>
    Connecting to report server...
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: . - Connection reset-- Error code:-2147217387 Error code name:connectServer
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    Caused by: java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         ... 10 more
    <br></br>
    Caused by
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    <br></br>
    Caused by:
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    <br></br>
    Source
    <br></br>
    ReportClientDocument clientDoc = null;
                   System.out.println("Connecting to report server...");
                   clientDoc = new ReportClientDocument();
                   clientDoc.setReportAppServer("172.20.224.123"); // Getting error here
                   clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
                        clientDoc.getDataDefController().getParameterFieldController().modify(parameterField, newfld);
                   PrintOutputController poController = clientDoc.getPrintOutputController();
                   DatabaseController dbcontroller = clientDoc.getDatabaseController();
                   dbcontroller.logon("PDTCDEP","chennai1");
                   System.out.println("Creating file...");
                   ByteArrayInputStream byteIS = (ByteArrayInputStream) poController.export(ReportExportFormat.PDF);
                   FileOutputStream fos = new FileOutputStream(outputName);
    But, in Crystal Report Server XI Relese 2, the same code works and generated the pdf reports reports.
    Please help for this.
    If i need to do any change in administration or code ?
    Thanks,
    Anandraj
    Edited by: Aanduu on Sep 9, 2011 9:51 AM

    How to solve this problem. The problem is some time
    my web application can not connect to crystal report
    server. And App. log was receord as below.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServ
    erException: Unable to connect to the server:
    crp.RAS.rptappserver.---- Error code:-2147217387Does this give a hint of what to check? Maybe you need to check if the server is running and the server configuration is correct.
    I haven't ever used Crystal Reports, so I can't be very specific. A Google search might help.

  • An error encounter on test devise (real devise) i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    Hello, I am using tesseract api in my app, which run perfectly on simulator but on test devise (real devise) it is showing an error i.e "apple mach -o linker error linker command failed with exit code 1", please any body help me to solve the problem

    if you can't compile the webutil.pll in your forms developer you need to set the forms_builder_classpath in you windows registry. You have to add the frmwebutil.jar,jacob.jar to the registry key. The configuration files you mention are for running the forms.

  • XCode error: clang: error: linker command failed with exit code 1 (use -v to see invocation)

    I am trying to make my game,
    but EVERY time it says this:
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    I have been pulling out my hair for the hours trying to figure out the awnser. There are a bunch of unrelated searches in google when I search it.
    Want to see the ENTIRE dubugging code?
    Ld "/Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccj iwwgdhzsbhnhxmkdpznhsg/Build/Products/Debug-iphonesimulator/The hardest game EVER.app/The hardest game EVER" normal i386     cd "/Users/Rilian/Desktop/Project folder/The hardest game EVER"     setenv IPHONEOS_DEPLOYMENT_TARGET 6.1     setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/ Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/b in:/usr/sbin:/sbin"     /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/clang++ -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator6.1.sdk -L/Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmcc jiwwgdhzsbhnhxmkdpznhsg/Build/Products/Debug-iphonesimulator -F/Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmcc jiwwgdhzsbhnhxmkdpznhsg/Build/Products/Debug-iphonesimulator -filelist "/Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccj iwwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/The hardest game EVER.LinkFileList" -Xlinker -objc_abi_version -Xlinker 2 -lz -lsqlite3 -ObjC -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.1 -framework QuartzCore -framework OpenGLES -framework OpenAL -framework AudioToolbox -framework AVFoundation -framework UIKit -framework Foundation -framework CoreGraphics -framework GameKit -o "/Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccj iwwgdhzsbhnhxmkdpznhsg/Build/Products/Debug-iphonesimulator/The hardest game EVER.app/The hardest game EVER"  duplicate symbol _OBJC_CLASS_$_HelloWorldLayer in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/HelloWorldLayer-288328F8C797DA0F.o duplicate symbol _OBJC_METACLASS_$_HelloWorldLayer in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/HelloWorldLayer-288328F8C797DA0F.o duplicate symbol _OBJC_IVAR_$_AppController.window_ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_IVAR_$_AppController.director_ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_IVAR_$_AppController.navController_ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_METACLASS_$_MyNavigationController in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_CLASS_$_MyNavigationController in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_CLASS_$_AppController in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_METACLASS_$_AppController in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/AppDelegate-37806AA464A7BA0D.o duplicate symbol _OBJC_IVAR_$_CCAction._target in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCAction._originalTarget in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCAction._tag in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFiniteTimeAction._duration in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCRepeatForever._innerAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCSpeed._speed in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCSpeed._innerAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._followedNode in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._boundarySet in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._boundaryFullyCovered in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._fullScreenSize in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._halfScreenSize in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._leftBoundary in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._rightBoundary in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._topBoundary in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCFollow._bottomBoundary in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_CLASS_$_CCAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_METACLASS_$_CCAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_METACLASS_$_CCFiniteTimeAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_CLASS_$_CCFiniteTimeAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_CLASS_$_CCRepeatForever in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_METACLASS_$_CCRepeatForever in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_CLASS_$_CCSpeed in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_METACLASS_$_CCSpeed in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_CLASS_$_CCFollow in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_METACLASS_$_CCFollow in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCAction-21CC60872826DAFF.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._centerXOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._centerYOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._centerZOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._eyeXOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._eyeYOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._eyeZOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._upXOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._upYOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCActionCamera._upZOrig in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._radius in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._deltaRadius in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._angleZ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._deltaAngleZ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._angleX in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._deltaAngleX in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._radDeltaZ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._radDeltaX in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._radZ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCOrbitCamera._radX in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_CLASS_$_CCActionCamera in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_METACLASS_$_CCActionCamera in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_CLASS_$_CCOrbitCamera in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_METACLASS_$_CCOrbitCamera in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCamera-12CF1EDB8B16FB01.o duplicate symbol _OBJC_IVAR_$_CCPointArray._controlPoints in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _ccCardinalSplineAt in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineTo._tension in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineTo._points in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineTo._deltaT in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineTo._previousPosition in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineTo._accumulatedDiff in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCCardinalSplineBy._startPosition in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_CLASS_$_CCPointArray in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_METACLASS_$_CCPointArray in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_CLASS_$_CCCardinalSplineTo in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_METACLASS_$_CCCardinalSplineTo in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_CLASS_$_CCCardinalSplineBy in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_METACLASS_$_CCCardinalSplineBy in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_CLASS_$_CCCatmullRomTo in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_METACLASS_$_CCCatmullRomTo in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_CLASS_$_CCCatmullRomBy in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_METACLASS_$_CCCatmullRomBy in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionCatmullRom-3D1DD2FEE071B03.o duplicate symbol _OBJC_IVAR_$_CCActionEase._inner in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_IVAR_$_CCEaseRateAction._rate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_IVAR_$_CCEaseElastic._period in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCActionEase in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCActionEase in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseRateAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseRateAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseExponentialOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseExponentialOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseExponentialIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseExponentialIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseExponentialInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseExponentialInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseSineOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseSineOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseSineIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseSineIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseSineInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseSineInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseElastic in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseElastic in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseElasticOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseElasticOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseElasticIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseElasticIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseElasticInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseElasticInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBounce in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBounce in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBounceOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBounceOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBounceIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBounceIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBounceInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBounceInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBackOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBackOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBackIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBackIn in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_METACLASS_$_CCEaseBackInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_CLASS_$_CCEaseBackInOut in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionEase-405E35ABAB3FAB0C.o duplicate symbol _OBJC_IVAR_$_CCGridAction._gridSize in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCAccelDeccelAmplitude._rate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCAccelDeccelAmplitude._other in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCAccelAmplitude._rate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCAccelAmplitude._other in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCDeccelAmplitude._rate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCDeccelAmplitude._other in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCReuseGrid._times in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCGridAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCGridAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCGrid3DAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCGrid3DAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCTiledGrid3DAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCTiledGrid3DAction in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCAccelDeccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCAccelDeccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCAccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCAccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCDeccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCDeccelAmplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCStopGrid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCStopGrid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_CLASS_$_CCReuseGrid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_METACLASS_$_CCReuseGrid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid-3160F4000E2FCB0E.o duplicate symbol _OBJC_IVAR_$_CCWaves3D._waves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves3D._amplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves3D._amplitudeRate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLens3D._position in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLens3D._radius in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLens3D._lensEffect in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLens3D._dirty in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCRipple3D._radius in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCRipple3D._waves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCRipple3D._amplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCRipple3D._amplitudeRate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCRipple3D._position in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCShaky3D._randrange in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCShaky3D._shakeZ in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLiquid._waves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLiquid._amplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCLiquid._amplitudeRate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves._waves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves._amplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves._amplitudeRate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves._horizontal in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCWaves._vertical in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCTwirl._twirls in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCTwirl._amplitude in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCTwirl._amplitudeRate in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCTwirl._position in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCWaves3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCWaves3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCFlipX3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCFlipX3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCFlipY3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCFlipY3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCLens3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCLens3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCRipple3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCRipple3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCShaky3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCShaky3D in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCLiquid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCLiquid in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCWaves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCWaves in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_CLASS_$_CCTwirl in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_METACLASS_$_CCTwirl in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionGrid3D-2263B254711FEB10.o duplicate symbol _OBJC_IVAR_$_CCFlipX._flipX in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCFlipY._flipY in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCPlace._position in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCCallFunc._selector in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCCallFunc._targetCallback in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCCallFuncND._data in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The hardest game EVER.build/Debug-iphonesimulator/The hardest game EVER.build/Objects-normal/i386/CCActionInstant-39A76D3A0BCEABFC.o duplicate symbol _OBJC_IVAR_$_CCCallFuncND._callbackMethod in:     /Users/Rilian/Library/Developer/Xcode/DerivedData/The_hardest_game_EVER-ctmccji wwgdhzsbhnhxmkdpznhsg/Build/Intermediates/The har

    thank you
    I already did same wt you suggest me.
    Thanks alot for this.:)

Maybe you are looking for