【发布时间】:2014-11-21 00:06:29
【问题描述】:
我以前用 iOS-Universal-Framework 编译通用静态库,在我将 Xcdoe 升级到 6 之前工作正常。
我收到以下错误
** BUILD SUCCEEDED **
创建通用静态库 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool -static /Users/taofang/Library/Developer/Xcode/DerivedData/xxxxx/Build/Products/Debug-iphoneos/xxx .framework/xxx /Users/taofang/Library/Developer/Xcode/DerivedData/xxxxx/Build/Products/Debug-iphonesimulator/xxx.framework/xxx -o /Users/taofang/Library/Developer/Xcode/DerivedData/xxxxx/Build /Products/Debug-iphoneos/xxx.framework/xxx.temp 错误:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool:无法打开文件:/Users/taofang/Library/Developer/Xcode/DerivedData/xxxxx/Build/ Products/Debug-iphonesimulator/xxx.framework/xxx (没有那个文件或目录)
如果我使用 Xcode 5 来完成这项工作,那就没问题了。
另外,我选择Device作为我的编译目标,但是为什么libtool试图打开iphonesimulator文件夹下的文件?
【问题讨论】:
标签: ios objective-c xcode6