Link error, gcc-4.2 failed with exit code 1

Hi~everyone!
I now have a question
 that when I want to put my program into iphone(not simulator) to debug, then comes the problem with the debug message below: 
Ld build/Debug-iphoneos/TouchCells.app/TouchCells normal armv6
cd "/Users/TouchCells 2"
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk "-L/Users/TouchCells 2/build/Debug-iphoneos" "-F/Users/TouchCells 2/build/Debug-iphoneos" -filelist "/Users/TouchCells 2/build/TouchCells.build/Debug-iphoneos/TouchCells.build/Objects-normal/armv6/T ouchCells.LinkFileList" -dead_strip -miphoneos-version-min=4.2 -framework Foundation -framework UIKit -framework CoreGraphics -framework QuartzCore -lSystem -o "/Users/TouchCells 2/build/Debug-iphoneos/TouchCells.app/TouchCells"
ld: warning: symbol dyld_stub_binder not found, normally in libSystem.dylib
Assertion failed: (targetAtom != NULL), function Fixup, file /SourceCache/ld64/ld64-123.3/src/ld/ld.hpp, line 393.
0  0x13886  __assert_rtn + 86
1  0x11e67a  ld::passes::stubs::arm::StubHelperAtom::helperHelper(ld::passes::stubs::Pass&) + 874
2  0x11e76d  ld::passes::stubs::arm::LazyPointerAtom::LazyPointerAtom(ld::passes::stubs::Pas s&, ld::Atom const&, bool, bool, bool, bool) + 189
3  0x1198e2  ld::passes::stubs::Pass::makeStub(ld::Atom const&, bool) + 4146
4  0x11a2a5  ld::passes::stubs::Pass::process(ld::Internal&) + 2005
5  0x11a803  ld::passes::stubs::doPass(Options const&, ld::Internal&) + 131
6  0x1504d  main + 957
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
Everything works fine in simulator.
Any suggestion is appreciated! Thanks a lot!

I've found the problem that is my system have a incompatible file named libSystem.dylib, so I replace the file with a copy of the correct file from my colleague. That fix my problem.

Similar Messages

  • IPhone+Twitter+LinkedIn+Facebook Error : gcc-4.2 failed with exit code 1

    HI All
    I am using MGTwitterEngine oAuth and LinkedIn iOS sdk in my Iphone application with facebook-ios-sdk
    TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone
    LinkedInIphone : https://github.com/ResultsDirect/LinkedIn-iPhone
    Both integrated well separately, But when I have used both in application then error coming
    FB + Twitter = working well
    FB + LinkedIn = Working Well
    FB + Twitter + LinkedIn = Not Working
    and giving error
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
    Please help me where I am wrong.
    _+*Error Transcript Text File*+_
    Build butterfli of project butterfli with configuration Debug
    Ld build/Debug-iphonesimulator/butterfli.app/butterfli normal i386
    cd /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli
    setenv MACOSXDEPLOYMENTTARGET 10.6
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr /bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1 .sdk -L/Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/build/Debug-iphonesimulator "-L/Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/Twitter+OAuth/Libraries & Headers" -F/Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/build/Debug-iphonesimulator -filelist /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/build/butterfli.build/Debug-iphonesimulator/butterfli.build/Objects-no rmal/i386/butterfli.LinkFileList -mmacosx-version-min=10.6 -all_load -Xlinker -objcabiversion -Xlinker 2 -framework Foundation -framework UIKit -framework CoreGraphics -lOAuth -lxml2 /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/LinkedInClientLibrary/build/Debug-iphonesimulator/libLinkedInClientLib rary.a -o /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/build/Debug-iphonesimulator/butterfli.app/butterfli
    ld: duplicate symbol _EstimateBas64EncodedDataSize in /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/LinkedInClientLibrary/build/Debug-iphonesimulator/libLinkedInClientLib rary.a(Base64Transcoder.o) and /Users/pratgupta/Desktop/Settinglinkedin/10marbutterfli/Twitter+OAuth/Libraries & Headers/libOAuth.a(Base64Transcoder.o)
    collect2: ld returned 1 exit status
    Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
    Some discussion on the Issue here http://stackoverflow.com/questions/5259747
    Amit Battan
    Message was edited by: amitbattan
    Message was edited by: amitbattan

    I done one thing that is ...
    I remove the library files of linkedin sdk.. and add the source files of it with oAuth files from twiiter sdk... then it works ok for linkedin
    i.imgur.com/cXLXU.png
    i.imgur.com/ntV9G.png
    then I integrate all twitter code then project run ok without error but for twitter login interface it shows "PAGE NOT FOUND" ..
    i.imgur.com/8a1ua.png

  • Xcode error  "Command /Developer/usr/bin/gcc-4.2 failed with exit code 1  "

    Hello!
    This is one of my first posts on the Mac forum. I am a 13 -year-old learning to develop apps for the iPhone.
    Right now I am having a really annoying error with Xcode;
    I can't compile any code at all.
    I tried this post in the software 101 section with no result. Sorry if a seem a bit impatient...
    I am trying to use C and Objective-C command line projects....
    This is the error code I get with all my projects;
    Command /Developer/usr/bin/gcc-4.2 failed with exit code 1
    It's not an error in the code because even if I just do a project with the code int myInt = 5;
    Thanks if you can help!

    Can you please post your entire program, perhaps the one that simply contains int myInt = 5; ?
    When a new project is created, a main.c file is created with contents:
    #include <stdio.h>
    int main (int argc, const char * argv[]) {
    // insert code here...
    printf("Hello, World!\n");
    return 0;
    This should build without error by using the Build->Build menu option.
    Replacing the printf line with int myInt = 5; compiles and executes properly although it does very little.

  • Command /Developer/usr/bin/gcc-4.2 failed with exit code 1?

    Hey everybody!
    Im new to xcode and dont have any coding experience but am trying to learn the basics by assembling and compiling a calculator app. The problem is when I try to build and run I get the error:
    Command /Developer/usr/bin/gcc-4.2 failed with exit code 1
    The debug looks like this
    Build calc of project calc with configuration Debug
    Ld build/Debug/calc.app/Contents/MacOS/calc normal x86_64
    cd "/~xcode projects~/calculator/calc"
    setenv MACOSX_DEPLOYMENT_TARGET 10.6
    /Developer/usr/bin/gcc-4.2 -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.6.sdk "-L/~xcode projects~/calculator/calc/build/Debug" "-F/~xcode projects~/calculator/calc/build/Debug" -filelist "/~xcode projects~/calculator/calc/build/calc.build/Debug/calc.build/Objects-normal/x86_ 64/calc.LinkFileList" -mmacosx-version-min=10.6 -framework Cocoa -o "/~xcode projects~/calculator/calc/build/Debug/calc.app/Contents/MacOS/calc"
    ld: duplicate symbol _OBJC_IVAR_$_CalcController.calc_display in /~xcode projects~/calculator/calc/build/calc.build/Debug/calc.build/Objects-normal/x86_ 64/CalcController-7806DEC6D5FE0A8E.o and /~xcode projects~/calculator/calc/build/calc.build/Debug/calc.build/Objects-normal/x86_ 64/CalcController-C97DF742AA7918D.o
    collect2: ld returned 1 exit status
    Command /Developer/usr/bin/gcc-4.2 failed with exit code 1
    Im a big newbie here and would greatly appreciate any help offered.
    Thanks!

    jerryfan23 wrote:
    ld: duplicate symbol _OBJC_IVAR_$_CalcController.calc_display in /~xcode projects~/calculator/calc/build/calc.build/Debug/calc.build/Objects-normal/x86_ 64/CalcController-7806DEC6D5FE0A8E.o and /~xcode projects~/calculator/calc/build/calc.build/Debug/calc.build/Objects-normal/x86_ 64/CalcController-C97DF742AA7918D.o
    How many places do you declare calc_display? Are you perhaps creating the variable in an include file? Try posting your code here between two lines of :

  • CompileXIB /usr/bin/ibtool failed with exit code 255

    Hi
    We have several build machines located at different sites. Recently all the machines, on one site, started to fail with this error
    /usr/bin/ibtool failed with exit code 255
    during a CompileXIB of a updated file. By reverting the change line by line I discovered that the issue was caused by
    <customView appearanceType="lightContent" translatesAutoresizingMaskIntoConstraints="NO" id="119" customClass="CSIWhiteBackgroundHeaderView">
    where the text in red was recently added. If I remove the appearanceType the build succeeds.
    But I can't understand why this is only affecting some of our build machines. All of them are using XCode version 5.0.2 (5A3005). Furthermore this change has not affected the developers workstations.
    The committer usd XCode 5.1. But if appearanceType was specific to XCode 5.1 I would expect all the builders to complain.
    To resolve this problem I tried a deep clean (i.e. Hold alt - Clean Build Folder ...) & I manually delete all the dervived data in /Users/<myuser>/Library/Developer/XCode/DervivedData. But this had no impact.
    Another difference between the machines is the OS. The failing builds are on OSX 10.8.4. The successful ones are on 10.9.
    Any ideas?
    Regards
    Shane

    Our company has just moved from Xcode 4.6.3 to Xcode 5.0.2 and have experienced the exact same issue. Sometimes everything builds fine, sometimes it will give that xib file error. The xibs failing are not always the same.

  • 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.:)

  • I have a problem updating my AcrobatX ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen. MSI Error message: Ugyldigt drev: K:\  ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603

    Acrobat X problem updating.
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    I have uninstalled my AcrobatX and now This message appear when I try to reinstall:
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Is there anybody who know  how to solve it?

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • Cant download lightroom 5..ERROR: Third party payload installer Adobe_Lightroom.msi failed with exit code: 1603

    every time i download lightroom 5 it fail and says the cause is this (errror: third party payload installer Adobe_Lightroom.msi failed with exit code: 1603..

    you should dl lr 5.7 and then check that your download is complete. if the same error message results when you try to install, start here - Error 1603: A fatal error occurred during installation
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Linker command failed with exit code 1

    Hi
    I am new at coding and tried coding in glfw because apple for some reason doesn't support glut anymore...
    This is my very simple code:
    #define GLFW_INCLUDE_GLCOREARB
    #include <GLFW/glfw3.h>
    #include <iostream>
    int main()
        GLFWwindow* window = glfwCreateWindow(640, 360, "Modern OpenGl", NULL, NULL);
            if (window == NULL) {
            std::cout << "Window failed to create" << std:: endl;
            glfwTerminate();
            return 0;
    and this is what I got afterwards:
    Ld /Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhcik aiozsarhmi/Build/Products/Debug/#7\ c++\ GLWF normal x86_64
        cd "/Applications/Xcode.projekter/c++/#7 c++ GLWF"
        export MACOSX_DEPLOYMENT_TARGET=10.9
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ SDKs/MacOSX10.9.sdk -L/Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhc ikaiozsarhmi/Build/Products/Debug -L/usr/local/lib -L/Users/admin/Downloads/glfw-3.0.4/Build/src/Debug -F/Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhc ikaiozsarhmi/Build/Products/Debug -filelist /Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhcik aiozsarhmi/Build/Intermediates/#7\ c++\ GLWF.build/Debug/#7\ c++\ GLWF.build/Objects-normal/x86_64/#7\ c++\ GLWF.LinkFileList -mmacosx-version-min=10.9 -lglfw -stdlib=libc++ -framework OpenGL -Xlinker -dependency_info -Xlinker /Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhcik aiozsarhmi/Build/Intermediates/#7\ c++\ GLWF.build/Debug/#7\ c++\ GLWF.build/Objects-normal/x86_64/#7\ c++\ GLWF_dependency_info.dat -o /Users/admin/Library/Developer/Xcode/DerivedData/#7_c++_GLWF-fzfbgpfvctuzmxhcik aiozsarhmi/Build/Products/Debug/#7\ c++\ GLWF
    ld: library not found for -lglfw
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    Can anybody help me with this?
    (Sorry for the bad english)

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

  • ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1

    Hi,
    i have the following message when i tried to install LR 5.6
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example, ERROR: DW006 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe Photoshop Lightroom 5.pkg_5.6 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Photoshop Lightroom 5.pkg failed with exit code: 1
    how can i solve this issue?
    I am running on Mac with OSX 10.9.4
    thanks in advance
    Olivier

    olebreth wrote:
    how can i solve this issue?
    A search of the site would probably be a good start:
    https://forums.adobe.com/search.jspa?q=dw006

  • Error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2

    Hello
    I have set up the Demo appliance landscape for the openSAP course "Introduction to SAP Fiori UX", on AWS.
    The frontend machine is OK, but the configuration and startup of the server machine has failed for some reason. When logging in with ssh to the server, this message is presented:
    The Appliance Agent detected an error and terminated.
    When asked, please provide the file /tmp/applianceagent_20141002-145658.tar.bz2.
    Note that a restrictive iptables based firewall is still active.
    I have attached the file (had to add .txt to the name to circumvent file type restrictions).
    I noticed that the appliancedeploy.log ended with these lines:
    Start database  Execute /usr/sap/hostctrl/exe/sapcontrol -nr 02 -function StartWait 3600 20
    02.10.2014 13:56:58
    Start
    OK
    02.10.2014 14:56:58
    StartWait
    FAIL: Timeout
    error in /tmp/applianceagent/scripts/Database.sh: Start database  failed with exit code 2
    Notice the 1 hour jump in time, and then the timeout error message.
    Do any of you have any idea what could be causing this, and how to fix it?
    Please let me know if you need any further information.
    Best regards,
    Bo

    Hi Hannes.
    Trying to create and activate a new instance (version 5 of the Fiori appliance), I first got this message in the CAL instance overview list:
    Instance Operation Failed
    Operation Start failed on step Start start VAs with message: Start failed for VM SAP Server due to Amazon Web Services issue : AMAZON : The snapshot 'snap-c779ff64' does not exist.
    Then I terminated the instance and tried over again. And this time the deployment worked - I have a running server, which responds to the SAP GUI, and shows the Fiori web page.
    Thanks a lot for your quick help.
    Best regards,
    Bo

  • Error Message in xcode: Command /usr/bin/codesign failed with exit code 1

    I am attempting build my iPad application on my device and I have went though the provisioning and successfully created an App ID, provisioning, etc. and when i 'Build and go' i get this error message:
    *Command /usr/bin/codesign failed with exit code 1*
    The only thing that I could think of that might be causing this is that when I 'Build and Go' on my device it come up with this pop-up message from xcode twice:
    +codesign wants to sign using key "MY NAME" in your keychain.+
    +Do you want to allow access to this item?+
    Please Help.

    Hey jamez97,
    In Xcode, top left hand corner of the window. Access the drop down menu, make sure that you have;
    1) Set to run on the DEVICE
    2) Selected DEBUG
    3) Connected your device
    click build and run...adjusting these sometimes works when i have the same error as you.
    You should have also added your device the provisioning profile you made. If you haven't done this, you can do it via the iOS Devcentre --> provisioning portal -->launch assistant.
    Hope this helps...if it doesn't, post back and somebody else may be able to give you the solution.
    j
    Message was edited by: james_coleman01
    Message was edited by: james_coleman01

  • ERROR: DW006: Apple Package failed to install successfully. ERROR: Third party payload installer Adobe Acrobat XI Pro Installer.pkg failed with exit code: 1

    Hi All, anyone with this problem with Acrobat Pro XI, IM USING MAC, also Yosemite if that helps.
    Also Adobe CC, BASICALLY IT just quit and i had to uninstall, re install, and I get this
    ERROR: DW006: Apple Package failed to install successfully.
    ERROR: Third party payload installer Adobe Acrobat XI Pro Installer.pkg failed with exit code: 1
    Anyone with same issues...

    Same problem. Creative Cloud subscriber running Mac 10.10.2 on iMac (Retina 5K, 27-inch, Late 2014). All apps work fine EXCEPT for Adobe Acrobat XI. I have tried 100 times and 100 solutions. NOTHING works.

  • ERROR: An error occurred during the installation of assembly component / ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    During the Installation of LR I get an error message. Initially I didn't have enough space for the installation on the start partition drive. However, now, it should be sufficient and I re-booted the computer a couple of time, hence I would assume that the temporary installation files have been deleted.
    Now, nevertheless each time I try to re-install the software I get the following messages:
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    Since PS was installed without problems I would refrain from deinstalling the Creative Cloud and start over again.
    Any hints?
    Thx

    Claasd5335054 you will want to review the MSI log files to determine what error message is preventing the installation from completing.
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    This is the only error information contained within Adobe Lightroom 5's installation log.  The MSI log files contain the additional error messages.

Maybe you are looking for

  • New Apple discution forums bugs or what?

    Hi, Since the new forums become online, I must admit there is many different issues that looks strange to me. For instance: - when I post, I get a screen with only the top Apple site icons and the botton site support links. I have then to browse back

  • 7.1.2 Message Notification Not Working

    So after an hour Googling, I couldn't find any solutions for this issue. I recently updated to 7.1.2. Since yesterday I have not been getting any kind of notification for messages. No alert, no sounds, no banner, nothing in my notifications. The kick

  • Can I deauthorize a computer I know longer have from someone elses computer?  They have an itunes account on their computer.

    I no longer have a computer, but do have an iphone.  I need to deauthorize the computer I no long have. Can I deauthorize the computer from my iphone? Can I deauthorize the computer I know longer have from a friends computer who has an itunes account

  • RESTful services //how to get Client Ip  ?

    Hi I'm implementing all our services intro RESTful. Here we are looking to fetch the client ip address and save in db. But I'm not able to do that in rest services . Please advice me thanks, -raghu

  • I am not sure if this is the right for this the right to ask this.

    My laptop is running well so do I need to upgrade the bios and other up grades                                                           Nikki                                             Solved! Go to Solution.