ERROR ITMS-90158: “The following URL schemes found in your app are not in the.....
上传ipa包的时候报这个错,是因为scheme要以字母开头,而你的scheme有纯数字的或者是非字母开头的,我的报错事correct format:[10000000000003164061].,是我的里面scheme有一个是10000000000003164061,所以报错了下面这个问题是因为上传的二进制包包名是汉字,只需要随便改成一个英文名就行了The filename 未命名.ipa in
·
上传ipa包的时候报这个错,是因为scheme要以字母开头,而你的scheme有纯数字的或者是非字母开头的,我的报错事 correct format:
[10000000000003164061].,是我的里面scheme有一个是10000000000003164061,所以报错了
下面这个问题是因为上传的二进制包包名是汉字,只需要随便改成一个英文名就行了
The filename 未命名.ipa in the package contains an invalid character(s). The valid characters are: A-Z, a-z, 0-9, dash, period, underscore, but the name cannot start with a dash, period, or underscore
更多推荐



所有评论(0)