美文网首页
集成环信上传 App Stores问题解决

集成环信上传 App Stores问题解决

作者: 悟2023 | 来源:发表于2017-03-22 11:58 被阅读67次
    真机和模拟器分离

    1、终端位置cd到桌面
    2、在终端依次运行如下命令
    lipo Hyphenate.framework/Hyphenate -thin armv7 -output Hyphenate_armv7
    lipo Hyphenate.framework/Hyphenate -thin arm64 -output Hyphenate_arm64
    lipo -create Hyphenate_armv7 Hyphenate_arm64 -output Hyphenate
    mv Hyphenate Hyphenate.framework/
    3、运行完毕后将桌面上Hyphenate.framework拖进工程,编译打包上架。
    注意:最后得到的包必须真机编译运行,并且必须重新再工程中做如下配置General->Embedded Bunaries.

    相关文章

      网友评论

          本文标题:集成环信上传 App Stores问题解决

          本文链接:https://www.haomeiwen.com/subject/jdhonttx.html