发布APP时出现的问题

1.今天发布应用时,提示 The following URL schemes found in your app are not in the correct format:[wb 1054510268]. 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 1738 for more detail. 

解决:工程的Target面板中,选择info可以看到有URL Types,其中就有一个URL scheme

2.the app references non-public selectors in payload

有时候xcode会报警告 The app references non-public selectors in Payload/app.app/app: cache, decoder, hasPhotoType ,这时可以用一下方法排查问题

打开终端,切换到程序目录下,然后输入

$ find .| grep -v .svn | grep "\.a"| grep -v "\.app"| xargs grep hasPhotoType

稍等片刻,终端便会输出包含警告的地方

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值