简体   繁体   English

无法在真机上安装项目

[英]Unable to install project in real device

unable to install xcode project in real device无法在真机上安装 xcode 项目

Sir After installing pods for Firebase my xcode application is not installing on the ipad but running well in suimulator.先生 在为 Firebase 安装 pod 后,我的 xcode 应用程序没有安装在 ipad 上,但在模拟器中运行良好。 I am getting 'no code signature found' popup error in xcode.我在 xcode 中收到“未找到代码签名”的弹出错误。 Pls help请帮忙

I have tried on/Off xcode and ipad after uninsall previous app.在卸载以前的应用程序后,我尝试打开/关闭 xcode 和 ipad。

In my project I have main project, .xcodeproj file, Podfile file, Pods, Podfile.lock file & .xcworkspace file.在我的项目中,我有主项目、.xcodeproj 文件、Podfile 文件、Pods、Podfile.lock 文件和 .xcworkspace 文件。

Here are a few steps you can follow:以下是您可以遵循的几个步骤:

  • Remove all data in ~/Library/Developer/Xcode/DerivedData删除 ~/Library/Developer/Xcode/DerivedData 中的所有数据
  • Run pod deintegrate.运行 pod deintegrate。
  • Remove your .xcworkspace if it was created by cocoapods.如果 .xcworkspace 是由 cocoapods 创建的,请删除它。
  • Run pod install or update运行 pod install 或 update

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

相关问题 无法在 iPhone(实时设备)14.1 上安装 WebDriverAgentRunner - Unable to install WebDriverAgentRunner on iPhone(real time device) 14.1 Flutter:尝试将 flutter 应用程序安装到真正的 iOS 设备时,无法安装“Runner”错误 - Flutter: unable to install "Runner" error when trying to install flutter app to real iOS device 应用程序未安装在真正的 CarPlay 设备上 - Application not install on real CarPlay device 构建成功但真机报错,“无法安装“APP名称””代码:-402620415 - Build is succeded but Error in real device, 'Unable to install "APP name"' Code: -402620415 无法在iOS实际设备上对设备应用更改 - Unable to apply changes on device on iOS real device Appium 无法将应用安装到真实设备 - Appium couldn't install the app to real device 如何在模拟器或真机上安装ipa文件? - How to install ipa file on simulator or real device? 如何将 Theos 项目安装到设备上? - How to install a Theos project to device? 我可以在真正的 iPhone 设备上安装 Codemajic 生成的文件 Runner.app.zip 吗? (Codemajic 搭建的 Flutter 项目) - Can I install on real iPhone device the file Runner.app.zip generated by Codemajic? (Flutter project built by Codemajic) 无法在真实设备上通过FCM收到通知 - Unable to get notification by FCM on real device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM