240 发简信
IP属地:江苏
  • Undefined symbols for architecture arm64…

    Undefined symbols for architecture arm64(其cpu架构) "OBJC_CLASS$_XXX",referenced from: 之类的...

  • iOS 动态更换Icon

    动态切换 App 的 icon 这个需求,在上一家公司做一款定制 App 时遇到过一次,这次领导说可能需要做,就又做了一次。虽然不是什么很难的知识点,这里也就记录一下自己做的...

  • centos8 安装uwsgi

    1.错误:Exception: you need a C compiler to build uWSGI解决:yum install gcc2.错误:plugins/pyth...

  • Failed to list unit files: Access denied

    新安装centos8 执行systemctl list-unit-files 提示Failed to list unit files: Access denied 解决:执行...

  • 120
    iOS 开发:『Runtime』详解(一)基础知识

    本文首发于我的个人博客:「程序员充电站」[https://itcharge.cn]文章链接:「传送门」[https://itcharge.cn/ios-runtime-01/...

  • 120
    Could not find the main bundle or the info.plist is missing a CFBundleIdentifier

    bug:新建一个默认IOS项目打包提交appstore时提示Could not find the main bundle or the info.plist is missi...

  • 写很全面,简单,不拖泥带水。没有水准

    基于GitLab的私有仓库一(组件化运用)

    配置前提:mac电脑/有安装cocopods/有GitLab账号并且最好有在GitLab上面配置ssh 咱们很多时候私有库都是和组件化一起配合使用(一个库可能就是一整个组件)...

  • @D丶Seven 这个applicationUserName为空情况线上版本没有考虑到,导致新版本掉单率暴增。今早刚更新版本,希望能降低掉单率问题。至于其他情况导致掉单的暂时没有发现。

    iOS内购(iap)总结

    刚刚做了内购, 记录一下这里直接上代码, 至于写代码之前的一些设置工作参考以下文章:http://www.jianshu.com/p/690a7c68664ehttp://w...

  • 2.无法绑定交易和对应的用户. 因为applicationUsername的存在这已经不是问题了.
    我现在也在优化支付这块逻辑,测试发现applicationUsername也有为空情况,比如:用户点击确认购买按钮,在马上断开网络,这个时候只有app重启才能收到- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions回调。然后你会发现applicationUsername为空

    iOS内购(iap)总结

    刚刚做了内购, 记录一下这里直接上代码, 至于写代码之前的一些设置工作参考以下文章:http://www.jianshu.com/p/690a7c68664ehttp://w...

  • 120
    iOS动画篇:核心动画

    基本概念 1、什么是核心动画 Core Animation(核心动画)是一组功能强大、效果华丽的动画API,无论在iOS系统或者在你开发的App中,都有大量应用。核心动画所在...