- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试针对 unity3d 版本 5.3.5f1 构建时出现以下链接错误
Ld /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Products/Debug-iphoneos/ar.app/ar normal arm64
cd "/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New Unity Project/build/app"
export IPHONEOS_DEPLOYMENT_TARGET=6.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -L/Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Products/Debug-iphoneos -L/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New\ Unity\ Project/build/app -L/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New\ Unity\ Project/build/app/Libraries -L/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New\ Unity\ Project/build/app/Libraries/KudanAR/Plugins/iOS -F/Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Products/Debug-iphoneos -filelist /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/ar.LinkFileList -Xlinker -map -Xlinker /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/ar-LinkMap-normal-arm64.txt -miphoneos-version-min=6.0 -dead_strip -Xlinker -no_deduplicate -fembed-bitcode-marker -weak_framework CoreMotion -weak-lSystem -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -liPhone-lib -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -weak_framework iAd -framework MediaPlayer -framework OpenAL -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework UIKit -liconv.2 -lKudanPlugin -Xlinker -dependency_info -Xlinker /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/arm64/ar_dependency_info.dat -o /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-iPhone-bfwjzdbspnhgyjblhswtougxoafx/Build/Products/Debug-iphoneos/ar.app/ar
ld: warning: object file (/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New Unity Project/build/app/Libraries/KudanAR/Plugins/iOS/libKudanPlugin.a(KARPlugin.o)) was built for newer iOS version (8.0) than being linked (7.0)
ld: '/Users/georgecook/Documents/tantaWowa/projects/dontRobMyPlanet/git/New Unity Project/build/app/Libraries/KudanAR/Plugins/iOS/libKudanPlugin.a(KARPlugin.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
最佳答案
在你的错误日志中,它说 Bitcode 没有为框架启用。
您需要在 Xcode 项目上禁用 Bitcode 才能构建它。
确保在您的项目和目标上禁用 Bitcode。 ( https://wiki.kudan.eu/Building_the_app_-_iOS )
关于ios - 无法构建 kudan iOS unity3d 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37370522/
我正在使用 Kudan AR 框架 https://www.kudan.eu/在 Xcode 7.3.1 上开发 iPhone 应用程序。 我能够重现基本知识,例如如何设置模型和跟踪器。当在 ARCa
我正在使用Kudan AR框架https://www.kudan.eu/在 Xcode 7.3.1 上开发 iPhone 应用程序。 我使用 segue 来浏览不同的 ARCameraViewCont
我需要循环播放视频。如何在视频结束时获得回调。我需要循环它直到用户正在跟踪该视频 private func addVideoNode(bundleFileName: String, forTracka
大家好 我正在为我的论文开发一个家具设计增强现实应用程序,需要很多帮助,因为我在其他地方找不到教程等。 我在 Unity 中使用 Kudan SDK 执行此操作,因为它几乎是唯一可用的具有 SLAM
尝试针对 unity3d 版本 5.3.5f1 构建时出现以下链接错误 Ld /Users/georgecook/Library/Developer/Xcode/DerivedData/Unity-
我正在 Unity3D 中开发一款类似于 Pokemon Go 的游戏。使用 Kudan 增强现实 SDK。我的要求很简单,AR 对象必须始终面向相机。我完全不知道如何使用 Kudan AR 完成这项
当我在 Xcode 的 AppDelegate 类中使用以下代码时,它通常应该让我从“Enhanced Kudan Samples”访问 API,但它不允许我,它说关键是无效的。但我从他们的网站上得到
这可能是初学者尝试做一些过于复杂的事情的结果,但我正在尝试使用 Kudan 在标记上为 3D 对象建模。但是,我收到 EXC_BAD_ACCESS 错误。这是我的代码: func setupModel
我已经在 Unity 5.3.4 中安装了 Kudan 1.1.3。我 100% 准确地遵循了 Kudan 的“入门”指南中的场景设置。我点击“构建并运行”,一切看起来都不错,但是一旦在 Nexus
我正在尝试用 Kudan Unity 插件(1.2.1, native 1.2)替换我自己的 SLAM 代码。我已经在我的 iPhone 上成功构建并运行了示例应用程序。我还在编辑器上检查了该插件在我
我知道其他人也有这样的问题。当我构建到我的 iPad 或 iPhone 时,相机上的颜色(背景平面)是绿色和粉红色。这是背景着色器的问题吗?当我在 Kudan unity 中将 ycbcr Mater
我是一名优秀的程序员,十分优秀!