简体   繁体   English

没有为您的项目的 Bundle Identifier 或您的设备找到配置文件(应用程序传输后)

[英]No Provisioning Profile was found for your project's Bundle Identifier or your device (after app transfer)

I have transferred my app from one account to another and after that transfer, when I try to run my app code on the Simulator, it's fine, but on iPhone, it gives the this error:我已将我的应用程序从一个帐户转移到另一个帐户,在转移之后,当我尝试在模拟器上运行我的应用程序代码时,它很好,但在 iPhone 上,它给出了这个错误:

No Provisioning Profile was found for your project's Bundle Identifier or your 
device. You can create a new Provisioning Profile for your project in Xcode for 
your team by:
  1- Open the Flutter project's Xcode target with
       open ios/Runner.xcworkspace
  2- Select the 'Runner' project in the navigator then the 'Runner' target
     in the project settings
  3- Make sure a 'Development Team' is selected. 
     - For Xcode 10, look under General > Signing > Team.
     - For Xcode 11 and newer, look under Signing & Capabilities > Team.
     You may need to:
         - Log in with your Apple ID in Xcode first
         - Ensure you have a valid unique Bundle ID
         - Register your device with your Apple Developer Account
         - Let Xcode automatically provision a profile for your app
  4- Build or run your project again

It's also possible that a previously installed app with the same Bundle 
Identifier was signed with a different certificate.

For more information, please visit:
  https://flutter.dev/setup/#deploy-to-ios-devices

Or run on an iOS simulator without code signing
════════════════════════════════════════════════════════════════════════════════
2021-06-16 19:24:22.953 ios-deploy[32614:4058557] [ !! ] Error 0xe8008015: A valid provisioning profile for this executable was not found. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)
Could not run build/ios/iphoneos/Runner.app on 00008020-000504561EE1002E.
Try launching Xcode and selecting "Product > Run" to fix the problem:   
  open ios/Runner.xcworkspace                                           

I have changed my Signing Team after the app transfer, maybe that is the problem.应用程序转移后我更改了签名团队,也许这就是问题所在。 I am using Xcode 12.3.我正在使用 Xcode 12.3。

Extra Question: Also, when I tried yesterday to update my app by sending a new binary to App Store Connect, I got this warning in Gmail:额外问题:此外,当我昨天尝试通过向 App Store Connect 发送一个新的二进制文件来更新我的应用程序时,我在 Gmail 中收到了这个警告:

ITMS-90076: Potential Loss of Keychain Access - The previous version of software has an application-identifier value of ['87D7N6U493.com.companyname.app'] and the new version of software being submitted has an application-identifier of ['99ZU5RS2PA.com.companyname.app']. This will result in a loss of keychain access.

I think these problems are correlated and if anyone knows how I can fix this, I would be very grateful.我认为这些问题是相关的,如果有人知道我该如何解决这个问题,我将不胜感激。

Thank You in advance!先感谢您!

Have you tried the solution given in error?您是否尝试过错误给出的解决方案?

暂无
暂无

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

相关问题 您的应用程序包签名中的权利与您的配置文件中包含的权利不匹配 - Entitlements in your app bundle signature do not match the ones that are contained in your provisioning profile 应用程序ID和捆绑包标识符:供应配置文件问题 - App ID & bundle identifier: provisioning profile issues 您的应用程序包签名中的权利与配置文件中包含的权利不匹配 - The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile 将设备添加到配置文件后,您是否必须重新存档项目? - Do you have to re-archive your project after adding devices to the provisioning profile? 存档 iOS 应用程序:未找到合适的记录,请验证您的包标识符是否正确 - Archive iOS app : no suitable records were found verify your bundle identifier is correct 未找到合适的记录 验证您的包标识符是否正确 - No suitable records were found verify your bundle identifier is correct 找不到与应用程序的标识符匹配的有效供应配置文件 - valid provisioning profile matching the application's Identifier could not be found 找不到与应用程序的标识符''匹配的有效供应配置文件 - A valid provisioning profile matching the application's Identifier '' could not be found ios您可以更改项目的捆绑包标识符吗? - ios Can you change the Bundle Identifier of your project? 解析应用的配置文件时出错。 确保您上传的是有效签名的 IPA,然后重试 - There's been an error parsing your app's provisioning profile. Ensure you are uploading a validly signed IPA and try again
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM