您的位置:首页 > 移动开发 > IOS开发

iOS开发 程序上线发布时遇到的报错:

2017-07-19 11:12 363 查看
发布时提示错误:

ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [baidumap://, iosamap://]. 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 RFC1738 for more detail."

解决办法:

1.Targets下  Info下 的URL Types下的URL schemes对应的地方改为字符串如baidumap  iosamap

2. Info.plist 里的URL Types 中对应的地方也改一下, 名称同上
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: