ios - 显示最近的问题 clang : error: linker command failed with exit code 1 (use -v to see invocation)?

标签 ios swift xcode google-cloud-firestore

我是 IOS 应用程序开发的新手..我正在尝试集成 firebase firestore..完成所有添加命令后..我使用 command+B 进行构建,然后出现以下错误...如何解决

下面是我的错误

enter image description here

下面是我的项目结构

enter image description here

最佳答案

尝试打开 project.xcworkspace 而不是 project.xcodeproj

Note: Press Command + Q to exit xcode. And open yourfile.xcworkspace.

关于ios - 显示最近的问题 clang : error: linker command failed with exit code 1 (use -v to see invocation)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52051431/

相关文章:

ios - Swift:如何为 CALayer 启用双指缩放?

ios - Alamofire swift4 无效的 URL

ios - 尝试使用 AirPlay 转换本地视频文件返回 'externalPlaybackNotSupportedForAsset' (-11870)

ios - UICollectionViewCell 不可见但在 View 层次结构中捕获

ios - 为我的游戏创建一个商店滚动菜单

swift - 类型不符合协议(protocol) 'Decodable'/'Encodable'

ios - 如何在 Xcode(iOS 应用程序)中使用测试

iphone - 在 4 英寸 iphone 上查看时,UIImageView 正在向下移动

xcode内存图不显示保留周期

ios - 如何将现有的 iOS 代码包装在新的 Appcelerator 模块中?