首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >颤振构建ipa返回: exportArchive:"Runner.app“需要配置配置文件

颤振构建ipa返回: exportArchive:"Runner.app“需要配置配置文件
EN

Stack Overflow用户
提问于 2022-08-10 19:12:55
回答 1查看 1.7K关注 0票数 2
代码语言:javascript
运行
复制
== Building for iOS ==

> xcode-project use-profiles
Configure code signing settings
Searching for files matching /Users/builder/Library/MobileDevice/Provisioning Profiles/*.mobileprovision
Searching for files matching /Users/builder/Library/MobileDevice/Provisioning Profiles/*.provisionprofile
List available code signing certificates in keychain /Users/builder/Library/codemagic-cli-tools/keychains/10-08-22_lujifhgh.keychain-db
Searching for files matching /Users/builder/clone/ios/**/*.xcodeproj
Completed configuring code signing settings
 - Using profile "codemaProfile" [cbbc5bb6-06f7-40cf-9559-50e8663dee93] for target "Runner" [Debug] from project "Runner"
 - Using profile "codemaProfile" [cbbc5bb6-06f7-40cf-9559-50e8663dee93] for target "Runner" [Profile] from project "Runner"
 - Using profile "codemaProfile" [cbbc5bb6-06f7-40cf-9559-50e8663dee93] for target "Runner" [Release] from project "Runner"
Generated options for exporting the project
 - Method: app-store
 - Provisioning Profiles:
     - com.globaltekne.dollsplasticsurgeryapp: codemaProfile
 - Signing Certificate: Apple Distribution
 - Signing Style: manual
 - Team Id: 7T9LTCB672
Saved export options to /Users/builder/export_options.plist

> flutter build ipa --release --export-options-plist /Users/builder/export_options.plist
Running "flutter pub get" in clone...                            1,916ms
Archiving com.golbaltekne.dollsplasticsurgeryapp...
Automatically signing iOS for device deployment using specified development team in Xcode project: 7T9LTCB672
Running pod install...                                           2,605ms
Running Xcode build...                                          
Xcode archive done.                                         107.6s
Built /Users/builder/clone/build/ios/archive/Runner.xcarchive.

 Building with sound null safety 

Building App Store IPA...                                        1,793ms
Encountered error while creating the IPA:
error: exportArchive: "Runner.app" requires a provisioning profile.

Try distributing the app in Xcode: "open /Users/builder/clone/build/ios/archive/Runner.xcarchive"
EN

回答 1

Stack Overflow用户

发布于 2022-08-11 01:45:02

在xcode中打开xcode文件。选择runner并选择应用程序目标。然后选择相关的签名团队。保持启用自动签名选项。然后单击产品->存档。一旦完成,就应该出现一个窗口(如果不是xcode中的windows - organiser )来显示存档。单击分发应用程序,然后选择导出或分发。您可以在分发时选择发布或调试模式。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73311577

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档