简体   繁体   English

TViOS第三方库marmelroy / Zip

[英]TViOS third party library marmelroy/Zip

Wanted to use carthage and this library... 想要使用迦太基和这个图书馆...

https://github.com/marmelroy/Zip https://github.com/marmelroy/Zip

But having updated brew and downloaded the latest carthage & Zip code I get this error when I try to build? 但是,在更新brew并下载了最新的carthage&Zip代码后,我在尝试构建时遇到此错误吗?

Module file was created for incompatible target arm64-apple-ios8.0: /Users/localuser/blah/blah/blah/blah/Carthage/Build/iOS/Zip.framework/Modules/Zip.swiftmodule/arm64.swiftmodule 为不兼容的目标arm64-apple-ios8.0创建了模块文件:/Users/localuser/blah/blah/blah/blah/Carthage/Build/iOS/Zip.framework/Modules/Zip.swiftmodule/arm64.swiftmodule

My target is AppleTV iOS version 9.2: Noted too this error message ... 我的目标是AppleTV iOS版本9.2:也注意到此错误消息...

ld: building for tvOS, but linking against dylib built for iOS, file '/Users/localuser/blah/blah/blah/Carthage/Build/iOS/Zip.framework/Zip' for architecture arm64 ld:为tvOS构建,但与针对iOS构建的dylib链接,文件'/Users/localuser/blah/blah/blah/Carthage/Build/iOS/Zip.framework/Zip'用于架构arm64

Am I attempting the impossible here? 我在这里尝试不可能的事吗? Is there a way around it? 有办法解决吗?

localuser$ carthage update --platform iOS * Cloning Zip localuser $迦太基更新--platform iOS *克隆邮政编码 Checking out Zip at "0.3.4" 在“ 0.3.4”处签出Zip xcodebuild output can be found in /var/folders/rd/m94y05zs6836d9lrmh44f0b40000gp/T/carthage-xcodebuild.O5thOi.log * Building scheme "Zip" in Zip.xcodeproj 可以在/var/folders/rd/m94y05zs6836d9lrmh44f0b40000gp/T/carthage-xcodebuild.O5thOi.log中找到xcodebuild输出* Zip.xcodeproj中的构建方案“ Zip”

And this ... 和这个 ...

* Checking out Zip at "0.3.4" *在“ 0.3.4”处签出Zip xcodebuild output can be found in /var/folders/rd/m94y05zs6836d9lrmh44f0b40000gp/T/carthage-xcodebuild.vhb9nL.log 可以在/var/folders/rd/m94y05zs6836d9lrmh44f0b40000gp/T/carthage-xcodebuild.vhb9nL.log中找到xcodebuild输出 Building scheme "Zip OSX" in Zip.xcodeproj * Building scheme "Zip" in Zip.xcodeproj Zip.xcodeproj中的构建方案“ Zip OSX” * Zip.xcodeproj中的构建方案“ Zip”

The latest version of the library Zip ( https://github.com/marmelroy/Zip ) is 0.4.3 and it can be easily installed with the CocoaPods or the Carthage. Zip库的最新版本( https://github.com/marmelroy/Zip )是0.4.3,可以轻松地与CocoaPods或Carthage一起安装。 I tested it on tvOS 9.2. 我在tvOS 9.2上进行了测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM