打包上线时候出现ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [2019061065498863]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC...
IOS打包上传到苹果商城 返回错误: MS-90158: The following URL schemes found in your app are not in the correct format: [alipay://205445212644554500]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign on...
ERROR ITMS-90158: “The following URL schemes found in your app are not in the current format.” Info-URL Scheme中,设置对应的URL Scheme 不能以数字开头!
文件系统中点击“查询”,搜索“CFBundleExecutable”,得到多个包含该字段的plist文件,根据错误信息删除对应的plist中的CFBundleExecutable即可。 参考网址:http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk 2. ERROR ITMS-90158: "The following URL sc...
2015-10-26 15:39 −上传appStore时,遇到错误,代码为ERROR ITMS-90049 解决问题方式: 1. 在xcode左下角搜索info.plist 找到第三方的info.plist文件,如友盟中腾讯Api文件夹下的info.plist文件; 2. 找到Bundle version字段 ,... 那年过后 0 250
ERROR ITMS-90158: "The following URL schemes found in your app are not in th错误解决 在项目打包上传出现 ERROR ITMS-90158: "The following URL schemes found in your app are not in th image.png 解决 修改URL Schemes(首位不能是数字), 然后重新打包上传即可。