When I'm trying to compile your project with NMSSH framework, says XCode 5: what should I do?
< code> undefined architecture symbols i386:
"_OBJC_CLASS _ $ _ NMSSHSession", refers: ObjC- class referee HelloWorldViewController.o ld: symbol (s) found for the i386 architecture Clank: error: Linker command for the exit code 1 (see failed invocation with the use -v)
I myself in the same issue ran here, I've done it to recover.
-
Open downloaded Git repo Finder
-
Open the NMSSH-IOS.xcodeproj file. No NMSSH.xcodeproj!
-
Clean and Build Project
-
Follow these steps to Github Wiki page
< / Ol>
In fact, it is also on its wiki page itself. I know that I opened the wrong Xcode project and it seems that many people have done this by mistake, so to solve it, what I had to do was also create a framework for the physical device or emulator, Which you are using and add your project to the base.
Hope this helps! Good luck!
Comments
Post a Comment