简体   繁体   English

运行我的项目时出现“未找到框架 GoogleAppMeasurement”的错误消息

[英]Error message of "framework not found GoogleAppMeasurement" when i run my project

I have these Pods in my project我的项目中有这些 Pod

pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Messaging'
pod 'Firebase/Auth'
pod 'ActiveLabel'

when I run the app on Xcode I get a error message "framework not found GoogleAppMeasurement" most of the time, sometimes the app runs without a problem but for the most part it fails with this message appearing当我在 Xcode 上运行该应用程序时,大部分时间我都会收到一条错误消息“未找到框架 GoogleAppMeasurement”,有时该应用程序运行没有问题,但在大多数情况下它会失败并出现此消息

Does anyone know why this is happening and a fix for this please有谁知道为什么会发生这种情况并请对此进行修复

Close Xcode and open your Derived Data Folder and clear it.关闭 Xcode 并打开派生数据文件夹并清除它。 Reopen the project clean it (cmd+shift+k) and run again.重新打开项目清理它(cmd+shift+k)并再次运行。

Don't for get to set Build Active Architecture Only to No in build setting.不要在构建设置中将仅构建活动架构设置为否。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在Xcode中更改了项目的名称,现在当我运行它时出现错误 - I changed the name of my project in Xcode, now when I run it I got an error 当我尝试运行名为“线程 1:信号 SIGABRT”的 Xcode 项目时,会弹出一个错误 - An error is popping up when I try to run my Xcode project called "Thread 1: Signal SIGABRT" 运行我的应用程序时出现此错误。 线程1:致命错误:展开一个可选值时意外地找到零 - I get this error when i run my app. Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value 我将 ios 版本升级到 11.4,当我构建我的项目时,我收到此错误,因为找不到 AWSCore 文件'AWSCore/AWSCore.h'文件未找到。请帮助 - i upgraded ios version to11.4, when I build my project I am getting this error as AWSCore file not found'AWSCore/AWSCore.h' file not found.Pleasehelp 在Swift项目中使用CocoaPods作为模块添加Objective-C框架项目时,找不到iOS模块错误 - IOS Module not found error when adding Objective-C framework projects using CocoaPods as a module in Swift project 如何在我的项目中运行XCTest发生运行时错误 - How can I run XCTest in my project there was a runtime error occur 为什么在尝试运行我的 iOS 应用程序时出现错误“找不到 FirebaseCore/FirebaseCore.h”文件 - Why am I getting the error ''FirebaseCore/FirebaseCore.h' file not found' when trying to run my iOS app 运行Xcode项目时如何修复IUnityGraphicsMetal错误 - How to fix IUnityGraphicsMetal error when I run Xcode project 我正在尝试运行一个基于手势识别的项目,我的 iOS 模拟器显示未找到前置摄像头 - I am trying to run a project based on gesture recognition and my iOS simulator says front camera not found 运行我的应用程序时出现错误 - I got error when I run my app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM