Ld: framework not found Carbon

 

Hi friends!

can anyone help me with this.. I'm trying to compile fro IOS.

Tanks in advance.

 

Ld build/Debug/AppRelax.app/AppRelax normal x86_64

    cd /Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX

    export IPHONEOS_DEPLOYMENT_TARGET=7.1

    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX/build/Debug -F/Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX/build/Debug -filelist /Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX/DerivedData/AppRelax/Build/Intermediates/AppRelax.build/Debug-iphonesimulator/AppRelax.build/Objects-normal/x86_64/AppRelax.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.1 -framework Accelerate -framework AudioToolbox -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework DiscRecording -framework IOKit -framework OpenGL -framework QTKit -framework QuartzCore -framework QuickTime -framework WebKit -Xlinker -dependency_info -Xlinker /Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX/DerivedData/AppRelax/Build/Intermediates/AppRelax.build/Debug-iphonesimulator/AppRelax.build/Objects-normal/x86_64/AppRelax_dependency_info.dat -o /Users/vicentecarrasco/Desktop/AppRelax_BACKUP/Builds/MacOSX/build/Debug/AppRelax.app/AppRelax


ld: framework not found Carbon

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

8 years later I’m getting the same error :smiley: Do you remember how you fixed it?