ios - 架构 armv7s : "_OBJC_CLASS_$_PushNotificationManager", 的 undefined symbol 引用自 : objc-class-ref in xxxAppDelegate. o

标签 ios xcode pushwoosh

我的问题是:
升级 XCode 后,我发现我的项目无法在测试 iPhone 上构建和运行。我什至检查了我在 git 存储库中的旧提交,这些提交都不能在以前可以运行的真实 iPhone 上运行。它可以在模拟器上构建和运行。也可以存档。

enter image description here

我检查了其他人的问题,没有答案可以帮助我。
我为我的项目和静态库添加了所有依赖的框架和静态库。
enter image description here

enter image description here

我的项目build设置是:
enter image description here

我的目标build设置是:
enter image description here

最佳答案

你的图书馆:
libPushNotificationManager.a
使用与 armv7s 不兼容的另一种架构构建。您需要删除当前库并重建它。您也可以尝试创建一个新方案,或将部署目标从 6.1 更改为 7+,尽管问题在于该特定库。

关于ios - 架构 armv7s : "_OBJC_CLASS_$_PushNotificationManager", 的 undefined symbol 引用自 : objc-class-ref in xxxAppDelegate. o,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21617111/

相关文章:

ios - PushWoosh集成错误

ios - Swift 中的 Int 与 Integer

Swift 无法将类型的值转换为预期的参数类型

objective-c - 在启用 ARC 的情况下更新属性

更快的 Twitter 设置

ios - Pushwoosh 远程通知

ios - 如何在 Xamarin.Forms 中设置控件的宽度

ios - 有什么方法可以清除 SFSafariViewController 的缓存吗?

ios - Trigger.io 中的内联视频播放

c# - 如何在 C# 中使用 Pushwoosh Web API 向某些特定用户发送推送通知?