无法生成 iOS ipa 文件
Failed to generate iOS ipa file
我按照这里的说明操作:
Deploying Your iOS Application for Submission to the App Store
第 4 步失败:
Select Project > Deployment, and click the Deploy button to deploy your application.
本应生成 .ipa
文件,但我收到以下错误消息:
paclient command line for "Dell_Macbook_Air"
c:\program files (x86)\embarcadero\studio.0\bin\paclient.exe -u8 --ipa="ESF RC1.app,ESF RC1.ipa,'Apple Distribution: Courant Tseng
(LB289US7N2)','/Users/Courant/Library/MobileDevice/Provisioning Profiles/49871f08-e3ef-4ef6-9cef-2756304c93c1.mobileprovision',2" Dell_Macbook_Air
[PAClient Error] Error: E0776 2021-10-12 17:18:30.006 xcodebuild[1464:20952] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/wm/8hg70w3n355g3qsc5k9z34hh0000gn/T/ESF RC1_2021-10-12_17-18-30.002.xcdistributionlogs'.
[PAClient Error] Error: E0776 Exported ESF RC1 to: /Users/Courant/PAServer/scratch-dir/Courant-Dell_Macbook_Air/ESF RC1.archive/temp
[PAClient Error] Error: E0776 ** EXPORT SUCCEEDED **
Failed
任何人都可以提供一些解决问题的建议,以便我可以将其发送到 App Store (Testflight) 吗?
已从 Embarcadero 客户支持中心获得答复。
这个“错误”与CFBundleName/CFBundleDisplayName有关。如果项目的project选项中的这些参数包含space个字符,就会出现这个错误。
我删除了 mu 应用程序名称中的 spcace 字符 (ESF RC1--> ESF_RC1)
有效。
顺便说一句,根据他们的说法,该错误已在 Rad Studio 11 中修复。
我按照这里的说明操作:
Deploying Your iOS Application for Submission to the App Store
第 4 步失败:
Select Project > Deployment, and click the Deploy button to deploy your application.
本应生成 .ipa
文件,但我收到以下错误消息:
paclient command line for "Dell_Macbook_Air"
c:\program files (x86)\embarcadero\studio.0\bin\paclient.exe -u8 --ipa="ESF RC1.app,ESF RC1.ipa,'Apple Distribution: Courant Tseng
(LB289US7N2)','/Users/Courant/Library/MobileDevice/Provisioning Profiles/49871f08-e3ef-4ef6-9cef-2756304c93c1.mobileprovision',2" Dell_Macbook_Air
[PAClient Error] Error: E0776 2021-10-12 17:18:30.006 xcodebuild[1464:20952] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/wm/8hg70w3n355g3qsc5k9z34hh0000gn/T/ESF RC1_2021-10-12_17-18-30.002.xcdistributionlogs'.
[PAClient Error] Error: E0776 Exported ESF RC1 to: /Users/Courant/PAServer/scratch-dir/Courant-Dell_Macbook_Air/ESF RC1.archive/temp
[PAClient Error] Error: E0776 ** EXPORT SUCCEEDED **
Failed
任何人都可以提供一些解决问题的建议,以便我可以将其发送到 App Store (Testflight) 吗?
已从 Embarcadero 客户支持中心获得答复。
这个“错误”与CFBundleName/CFBundleDisplayName有关。如果项目的project选项中的这些参数包含space个字符,就会出现这个错误。
我删除了 mu 应用程序名称中的 spcace 字符 (ESF RC1--> ESF_RC1) 有效。
顺便说一句,根据他们的说法,该错误已在 Rad Studio 11 中修复。