Can’t find the symbol of the architecture i386 error iOS

There is no error in my code itself, but when I try to run, I get this error-cannot find the symbol for architecture i386 error iOS. I looked for the answer but nothing so far Help me. I am sure I am linking to the correct library.

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

check your build settings. If everything Correct, please 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.

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.

Leave a Comment

Your email address will not be published.