gpt4 book ai didi

ios - 基于 swift 的单 View iOS 应用程序中的 NXOAuth2Client : how to import the library

转载 作者:行者123 更新时间:2023-11-28 06:55:39 26 4
gpt4 key购买 nike

我想使用 NXOAuth2Client在我的单一 View iOS swift 应用程序中;因此我使用 CocoaPods 将该库添加到我的项目中。我打开工作区,项目构建成功。

我在 objective-c 中学习的教程,在某些时候,在 AppDelegate.m 中,他们:

#import "NXOAuth2.h"

但是当我尝试在我的 AppDelegate.swift 中做同样的事情时,我总是得到 No such module ;例如,如果我尝试:

import NXOAuth2Client

我得到:

No such module NXOAuth2Client

(如果我尝试相同:import NXOAuth2)

我看了Swift and Objective-C in the Same Project但我没有足够的经验来弄清楚在我的情况下该怎么做。

这里是我的工作区结构: worspace

我需要添加 Bridging-Header.h 吗?它是如何工作的,我把它放在哪里?

最佳答案

你的 Podfile 是错误的。你需要让它使用 swift 框架。

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
pod 'xyzPod'
end

关于ios - 基于 swift 的单 View iOS 应用程序中的 NXOAuth2Client : how to import the library,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33743462/

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