gpt4 book ai didi

iOS ARToolKit Xcode 实现

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:32:34 25 4
gpt4 key购买 nike

我正在尝试实现 ARToolKit进入 Objective-c iOS 应用程序。

我已经下载了 ARToolKit SDK,我看到了以下内容。 ARToolKit5 目录用于 Mac OSX,因此我将其关闭。 ARToolKit5iOS 是我尝试导入到我的 Xcode 项目中的目录。

ARToolKit SDK contents

到目前为止我尝试了什么......

在 share > 打包中,我运行了以下命令,它似乎运行正确,没有任何错误。

bash ARToolKit5iOS-bin.sh

然后我尝试将 lib 和 include 目录导入到我的 Xcode 项目中。

问题

这是我项目的内容 > ViewController.m

#import "ViewController.h"
#import <AR/ar.h>

@interface ViewController ()

@end

@implementation ViewController

- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}

- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}

@end

如您在以下屏幕截图中所见,在尝试导入 AR 工具包时发生错误。

我不是 Objective-c 开发人员,所以我在这里缺少什么?

enter image description here

最佳答案

给出<AR/ar.h>的正确位置文件。

例如:

#import "../ARAppCore/EAGLView.h"

关于iOS ARToolKit Xcode 实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39333823/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com