uni-app ios打包上传失败

uni-app ios打包上传失败

操作步骤

  • 打包的ipa通过transporter上传失败

预期结果

  • 上传成功

实际结果

  • 上传失败

Bug 描述

2025-04-28 14:55:46.271 DEBUG: [ContentDelivery.Uploader.600003B97280] — Transporter —
ContentDelivery version 2.163.1 (16301)
Macintosh; macOS 15.4 24E248 (arm64)
Free disk space: 121.50GB
2025-04-28 14:55:46.272 DEBUG: [ContentDelivery.Uploader.600003B97280] Created log file at path ‘~/Library/Logs/ContentDelivery/com.apple.TransporterApp/com.apple.TransporterApp_Upload_2025-04-28_14-55-46_271.txt’.
2025-04-28 14:55:46.273 DEBUG: [ContentDelivery.Uploader.600003B97280] Show Progress: 正在联系 Apple 服务…
2025-04-28 14:55:46.273 DEBUG: [ContentDelivery.Uploader.600003B97280] APNS device token specified (bundle ID ‘com.apple.TransporterApp’).
2025-04-28 14:55:46.273 DEBUG: [ContentDelivery.Uploader.600003B97280] Will request push notifications for upload.
2025-04-28 14:55:46.278 DEBUG: [ContentDelivery.Uploader.600003B97280] Created NSURLSession with ID=com.apple.cds_92525A4C-FC5E-403E-B5E5-98A34722F2A4, timeoutIntervalForRequest=900s, timeoutIntervalForResource=604800s
2025-04-28 14:55:46.278 DEBUG: [ContentDelivery.Uploader.600003B97280] CDUploader has network connectivity (May use cellular if available).
2025-04-28 14:55:46.279 DEBUG: [ContentDelivery.Uploader.600003B97280] CDUploader now has network connectivity.
2025-04-28 14:55:46.279 DEBUG: [ContentDelivery.Uploader.600003B97280]

REQUEST CREATE CONTAINER (ASSET_UPLOAD) REQUEST:

URL: https://contentdelivery.itunes.apple.com/MZContentDeliveryService/iris/provider/e9af76b9-e3ac-4d72-a225-55f2106d07ac/v1/builds  

timeout: 900 seconds
method: POST
httpHeaders: {
Accept = “application/json”;
“Accept-Language” = “zh-Hans-CN,en-CN”;
“Content-Type” = “application/json”;
“User-Agent” = “TransporterApp/1.3.2-1394 (Macintosh; macOS 15.4 24E248 (arm64)) ContentDelivery/2.163.1-16301”;
“X-Apple-App-Info” = “com.apple.gs.itunesconnect.auth”;
“X-Apple-GS-Token” = “<hidden value>”;
“X-Apple-I-Client-Time” = “2025-04-28T06:55:46Z”;
“X-Apple-I-Identity-Id” = “000717-08-7857037c-64ac-4edb-ac41-a14e59fa79bc”;
“X-Apple-I-Locale” = “zh_CN”;
“X-Apple-I-MD” = “AAAABQAAABA1TAZuBFLDZuZLsQuOzkaRAAAAAQ==”;
“X-Apple-I-MD-LU” = 36CC10589F81790B234668C5D6E90AE03C6700AEBE274AA0533F60B4A1092220;
“X-Apple-I-MD-M” = “CK/2kXGm/9vnC9Jf7VBD9MQka7XlhEbze6HHUsEjG1Dy6lB/2n0fh6fws4bTPDdfgStfFlpIa3UH+Syl”;
“X-Apple-I-MD-RINFO” = 67437824;
“X-Apple-I-TimeZone” = “GMT+8”;
“X-MMe-Client-Info” = “<Mac14,3> <macOS;15.4;24E248> <com.apple.AuthKit/1 (com.apple.TransporterApp/1394)>”;
“X-Mme-Device-Id” = “D9B6F179-CB64-5B0F-B163-5638CBD1F194”;
“x-apple-i-device-type” = 1;
}
httpBody: {“data”:{“attributes”:{“cfBundleShortVersionString”:“4.1.4”,“cfBundleVersion”:“414”,“platform”:“IOS”},“relationships”:{“app”:{“data”:{“id”:“6745068292”,“type”:“apps”}},“deliveryNotifications”:{“data”:[{“id”:"${notification}",“type”:“deliveryNotifications”}]}},“type”:“builds”},“included”:[{“attributes”:{“deliveryMechanism”:“APNS”,“deviceId”:“9959EB93E5C88D0D936EDB3394A884D1AAD81F5F9DD63E8245CF7076ED790D54”,“environment”:“PRODUCTION”,“sourceApplication”:“TRANSPORTER”},“id”:"${notification}",“type”:“deliveryNotifications”}]}

2025-04-28 14:55:46.759 DEBUG: [ContentDelivery.Uploader.600003B88240] Download task 1 sent 527 bytes (527 of 527 bytes sent).
2025-04-28 14:55:47.277 DEBUG: [ContentDelivery.Uploader.600003BE1E80] Download task 1 did write 5447 bytes.
2025-04-28 14:55:47.277 DEBUG: [ContentDelivery.Uploader.600003BE1E80] Download task 1 did write file: file:///var/folders/m4/z22804p94p96_cnqbfwqgknc0000gn/T/CFNetworkDownload_nssj7o.tmp
2025-04-28 14:55:47.278 DEBUG: [ContentDelivery.Uploader.600003B97280]

REQUEST CREATE CONTAINER (ASSET_UPLOAD) RESPONSE:

URL: https://contentdelivery.itunes.apple.com/MZContentDeliveryService/iris/provider/e9af76b9-e3ac-4d72-a225-55f2106d07ac/v1/builds  

更多关于uni-app ios打包上传失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html

3 回复

更多关于uni-app ios打包上传失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html


有企业证书吗

关闭bitcode编译就行了

回到顶部