Tag: x86 64

缺less所需的体系结构x86_64在… libMumbleKit.a(3个切片)

我试图把MumbleKit作为一个库,而不是每次按照这个论坛的成员的build议来编译它。 然而,当我尝试在模拟器上编译时,我得到: 缺less所需的体系结构x86_64在… libMumbleKit.a(3个切片) 我想我在生成库之前将所有必要的版本添加到MumbleKit: arm64 armv7 armv7s armv7k arm7s x86_64 i386 尽pipe如此,当我执行时: lipo -info libMumbleKit.a 我得到: 胖文件中的体系结构:libMumbleKit.a是:armv7 armv7s arm64 以及将构build主动架构configuration为NO。 我使用通用iOS设备和iOS 9物理设备为MumbleKit生成了库。 当我尝试使用通用iOS设备选项在以相同的方式提取Mumble库后进行存档时,我反而得到错误: ld:无法生成bitcode包,因为'/ Users / fbartolom / Documents / cocoa applications / inArrivoHD / MumbleKit / libMumbleKit.a(CryptState.o)'没有完整的位码。 所有的比特码文件和库都必须从Xcode Archive或Install build for armv7生成 同样在用相应的方式生成库之后使用我的物理设备: ld:无法生成bitcode包,因为'/ Users / fbartolom / Documents / cocoa applications / […]

Xcode 8:链接器命令失败,退出代码1(使用-v来查看调用)

我正在Worklight上开发一个混合应用程序。 从Xcode 7.3.1升级之后。 到Xcode 8,当试图生成XCarchive或Build并在模拟器上运行应用程序时,我开始收到以下错误消息。 MobileFirst Platform 6.3.0 使用的configuration: 体系结构: 标准体系结构(armv7,arm64) – $(ARCHS_STANDARD) 有效的体系结构: armv7,armv7s,arm64 来自Xcode的错误日志: ld: warning: directory not found for option '-L"/Users/hjimenez/Documents/eclipseKepler – Build 3.1.0/ITS/apps/ITS/iphone/native/WorklightSDK"' ld: warning: directory not found for option '-L"/Users/hjimenez/Documents/eclipseKepler – Build 3.1.0/ITS/apps/ITS/iphone/native/Tealeaf"' ld: library not found for -lWorklightStaticLibProject clang: error: linker command failed with exit code 1 (use -v […]

Xcode 8.1体系结构x86_64的未定义符号错误

Undefined symbols for architecture x86_64: "_BROADCAST_MODE_IBEACON", referenced from: -[MainViewController tableView:cellForRowAtIndexPath:] in MainViewController.o "_OBJC_CLASS_$_TZBeaconSDK", referenced from: objc-class-ref in MainViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 当我想使用模拟器时,我会出现这个错误。 在iPhone上构build时没有问题。 当我使用模拟器时只有问题。 我试图从生成设置更改体系结构,错误文本更改为i386,但问题是一样的。 我用那个sdk; TZBeacon sdk有问题吗? 你能帮我解决这个问题吗?

缺less所需的体系结构x86_64

我有一个旧的项目,我重新编译为uodate,现在显示这个错误信息: …. missing required architecture x86_64 in file myLibrary.a …. 我已经尝试了各种技巧,我可以find在networking上searchmissing required architecture x86_64 in file ,但没有成功。 任何人都知道如何妥善处理这个问题? 我正在使用Xcode版本7.0.1。 运行: lipo -info myLibrary.a 说明: Architectures in the fat file: myLibrary.a are: armv7 arm64 我已经能够添加armv7s而不是x86_64。

XCode 6.1缺lessextern库文件中所需的体系结构X86_64

尝试使用外部库时遇到问题:我无法编译项目,因为它会抛出exception,如下所示。 ld:warning:忽略文件/Users/renaudcousin/Documents/XCode/WORK/StimShopPOC/StimShopPOC/libStimshop_SDK.a,缺less文件/Users/renaudcousin/Documents/XCode/WORK/StimShopPOC/StimShopPOC/libStimshop_SDK.a中所需的体系结构x86_64 3片)架构x86_64的未定义符号:“_OBJC_CLASS _ $ _ St​​imshopSDK”,引用自:ViewController.o中的objc-class-ref ld:找不到架构x86_64的符号clang:error:linker命令失败,退出代码1使用-v来查看调用) 我尝试了很多解决scheme(但是对于XCode 5.1而不是解释清楚),没有任何改变… 我还发现这个主题XCode 6.1缺less必要的架构X86_64在文件中完全对应于我的问题,当用lipo -info命令查看我的lib的体系结构时,它似乎缺lessi386和x86_64 。 我怎么能把它们添加到我的库架构来编译?

Xcode 5.1和架构x86_64的编译错误

昨天我有一个项目没有问题与Xcode 5的工作。今天,更新到Xcode 5.1后,我有6个错误,项目不编译。 Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_PayPal", referenced from: objc-class-ref in SUAppDelegate.o objc-class-ref in SUTViewController.o "_OBJC_CLASS_$_PayPalAdvancedPayment", referenced from: objc-class-ref in SUTViewController.o "_OBJC_CLASS_$_PayPalInvoiceData", referenced from: objc-class-ref in SUTViewController.o "_OBJC_CLASS_$_PayPalInvoiceItem", referenced from: objc-class-ref in SUTViewController.o "_OBJC_CLASS_$_PayPalReceiverPaymentDetails", referenced from: objc-class-ref in SUTViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit […]