Also, the code itself does work when running in different projects. Essentially, I made various parts of the application , And ran into this problem when working with them together. Everything is the same between the two apps. The only real difference is that I run it with the core code, so I’m not sure if it has anything to do with it Any relationship?
An error occurred due to the TFHipple element. This is a copy of the error:
Ld /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness- epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator/PennStateStrengthandFitness.app/PennStateStrengthandFitness normal i386
cd /Users/jyurcho/Desktop/Testing/PennStateStrengthandFitness
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/ SDKs/iPhoneSimulator6.1.sdk -L/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator -L/Users/jyurchoing/Desktop/Test PennStateStrengthandFitness -F/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator/Library-filelist /Users/jyurericho/Library-filelist /Users/Derived- PennStateStrengthandFitness.build/Debug-iphonesimulator/PennStateStrengthandFitness.build/Objects-normal/i386/PennStateStrengthandFitness.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-link-runtime -mlicitdylib =6.1 -lxml2 -framework QuartzCore -framework UIKit -framework Foundation -framework CoreGraphics -lCorePlot-CocoaTouch -o /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctzwibdxujcyuhctzwibdxv /PennStateStrengthandFitness
Undefined symbols of architecture i386:
“_OBJC_CLASS _ $_ TFHpple”, quoted from:
psuSecondV objc-class-ref in iewController.o
ld: Cannot find the symbol of architecture i386
clang: Error: The linker command failed, the exit code is 1 (use -v to view the call)
< p>I’m pretty sure I have all the frames I need
My code itself has no errors, But when I try to run, I get this error-Cannot find symbols for architecture i386 error iOS. I looked for answers but nothing has helped me so far. I am sure I am linking to the correct library.
p>
In addition, the code itself does work when running in different projects. Essentially, I made various parts of the application and ran into this problem when I put them together to work. Two applications Everything between the programs is the same. The only real difference is that I run it with the core code, so I’m not sure if it has anything to do with it?
An error occurred due to the TFHipple element. This is a copy of the error:
Ld /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness- epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator/PennStateStrengthandFitness.app/PennStateStrengthandFitness normal i386
cd /Users/jyurcho/Desktop/Testing/PennStateStrengthandFitness
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/ SDKs/iPhoneSimulator6.1.sdk -L/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator -L/Users/jyurchoing/Pentop/Desktop/ nStateStrengthandFitness -F/Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctckzwibzv/Build/Products/Debug-iphonesimulator -filelist /Users/jyurved/Library/Penn PennStateStrengthandFitness.build/Debug-iphonesimulator/PennStateStrengthandFitness.build/Objects-normal/i386/PennStateStrengthandFitness.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -fobjc-link-runtime -mlicitdylib =6.1 -lxml2 -framework QuartzCore -framework UIKit -framework Foundation -framework CoreGraphics -lCorePlot-CocoaTouch -o /Users/jyurcho/Library/Developer/Xcode/DerivedData/PennStateStrengthandFitness-epmdweltrbdxujcyuhctzwibdxujcyuhctzwibdxv /PennStateStrengthandFitness
Undefined symbols of architecture i386:
“_OBJC_CLASS _ $_ TFHpple”, quoted from:
psuSecondViewC objc-class-ref in ontroller.o
ld: Cannot find the symbol of architecture i386
clang: Error: Linker command failed with exit code 1 (use -v to view the call)
< p>I’m pretty sure I have all the frameworks I need
Check your build settings. If everything is correct, try a clean build of the entire project. Xcode is Trying to link the simulator version of your app with the iOS device version of Core Plot.