iphone - 链接iOS fat库后出现 "_OBJC_CLASS_$_NgnEngine"错误

标签 iphone ios

为什么即使在链接 fat 库后我仍然收到此错误

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_NgnEngine", referenced from:
      objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

并链接“用户定义”中的所有内容

enter image description here

enter image description here

enter image description here

enter image description here

我正在遵循此处写的说明Link ios-ngn-stak to your app 请帮忙,这让我很累,这是我的高级项目

最佳答案

关于iphone - 链接iOS fat库后出现 "_OBJC_CLASS_$_NgnEngine"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13924319/

相关文章:

iphone - 是否可以将图像图标添加到特定 View 中的导航栏?

iphone - 在 iOS 3.2 (iPad) 中正确显示和关闭全屏 MPMoviePlayerController

ios - 如何以编程方式添加 segue?

ios - ios应用程序中的多步表单进度

ios - UITableViewCell 配件选择

iOS。尝试在其 View 不在窗口层次结构中的 UIViewController 上显示 UIAlertController

iphone - 自定义 UITabBarController 的 moreNavigationController

ios应用程序加载器登录挂起

javascript - React-Native - 错误 : `StackViewTransitionConfigs` has been removed

ios - 为什么我不能选择 "Latest iOS"作为基础 SDK?