美颜3.7.0.1版本有坑,提交不上了AppStore

Open
#7 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
ios
Domain
mobile

Research direction

Start with the pod declaration for TencentEffect_S1-01 version 3.7.0.1 and inspect the bundled YTCommonXMagic.framework Info.plist, especially CFBundleVersion. Reproduce App Store asset validation and compare it with version 3.6.0.3; the issue is done when the affected version contains a valid period-separated bundle version accepted by validation.

Written by the indexing model from the issue text.

Description

pod 'TencentEffect_S1-01', '3.7.0.1'
其中引用的YTCommonXMagic.framework,CFBundleVersion是2.0_240417提不上TF
报错:
Asset validation failed (90058)
This bundle is invalid. The value for key CFBundleVersion [2.0_240417] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion (ID: c285ed19-f6fe-4d5f-80f6-fdf4d761063f)
回退版本pod 'TencentEffect_S1-01', '3.6.0.3', 就解决了

Dominant language
JavaScript
Stars
1
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.