English 中文(简体)
当地化一带部族后,错误:联系人指挥失败,退出法1
原标题:After localization i get clang: error: linker command failed with exit code 1

我只是把我的全部东西翻译成另一种语言,在我的一些nib和m的档案中加上地方化,并在我去做之后,我试图把这段话推倒如下。

Ld “Users/tenghamn/Library/Developer/Xcode/DerivedData/siguuleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Products/Debug-iphonesimulator/MDH 附表.app/MDH 附表 normal i386 cd

"/Users/tenghamn/Dropbox/xcode Projects/scheduleTable" setenv MACOSX_DEPLOYMENT_TARGET 10.6 setenv 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 i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk

- L/Users/tenghamn/Library/Developer/Xcode/DerivedData/siguuleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Products/Debug-iphonesimulator

-F/Users/tenghamn/Library/Developer/Xcode/DerivedData/scheduleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Products/Debug-iphonesimulator

- “Users/tenghamn/Library/Developer/Xcode/DerivedData/siguuleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Intermediates/siguuleTable.build/Debug-iphoneulator/siguuleTable.build/Objects-normal/i386/MDH

页: 1

-objc_abi_version -Xlinker 2 -fobjc-arc -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=50100 -framework SystemConfiguration -framework QuartzCore -framework CoreData -framework UIKit -framework Foundation -framework CoreGraphics -o

“Users/tenghamn/Library/Developer/Xcode/DerivedData/siguuleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Products/Debug-iphonesimulator/MDH 附表.app/MDH 附表

ld: duplicate symbol _OBJC_CLASS_$_MainViewController in /Users/tenghamn/Library/Developer/Xcode/DerivedData/scheduleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Intermediates/scheduleTable.build/Debug-iphonesimulator/scheduleTable.build/Objects-normal/i386/MainViewController-96B8D44EBB24B056.o

以及

/Users/tenghamn/Library/Developer/Xcode/DerivedData/siguuleTable-djaxkjmejcrgsybqqoinnhkerlut/Build/Intermediates/siguuleTable.build/Debug-iphonesimulator/s subuleTable.build/Objects-normal/i386/MainViewController-4CC6B4B54C9572.o

for architecture i386 clang: error: linker comm以及 failed with exit code 1 (use -v to see invocation)

我寻求解决这一错误的办法,但似乎没有解决我的问题或直接相关。 关于我能做些什么来解决这个问题的任何想法?

问题回答

我在档案中直接翻译了。 你们需要利用国家空间局域网和插图文件,使这项工作得以以其他方式进行X密码,将尝试使用两种名称相同的卷宗。





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签