📜  ld:找不到框架 Pods_OneSignalNotificationServiceExtension - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:11.840000             🧑  作者: Mango

代码示例1
This happened to me after updating my Podfile and doing a pod update.

For some reason, I had a "Pods_[ProjectName]".framework file appear under my project under 'Targets' > General > Linked Frameworks and Libraries.

Deleting this and then clean/rebuilding fixed the issue.