Unable to submit archive including Here Maps Premium SDK with Xcode 8.2.1

前端 未结 2 536
悲&欢浪女
悲&欢浪女 2021-01-19 17:46

archive upload failure messages screenhot

Xcode was failing to submit a project including dynamic library \"NMAKit.framework\" required for Here Map Premium for iOS

2条回答
  •  情歌与酒
    2021-01-19 18:24

    I try with .sh script and this is working for me.

    Please follow below steps

    1. Unzip.tar file (i.e HERE_Premium_iOS_SDK_v3.7.0.118.tar)
    2. Open extracted folder 'HERESDK-Premium'. ('HERESDK-Premium' folder generated when you extract 'HERE_Premium_iOS_SDK_v3.7.0.118.tar' file)
    3. Open terminal
    4. Go to extracted folder path ('HERESDK-Premium->framework' you can found 'strip_sim.sh' file in this folder and NMAKit.framework)
    5. Run scrip in terminal with this command sh strip_sim.sh and press enter. (NMAKit.framework will be modified with this script).
    6. Wait for complete process.
    7. Copy new modify framework in your project and try to submit your build.

    Note : When you run sh strip_sim.sh script your NMAKit.framework will be modified. Make sure replace new framework to old framework after uploading your build to iTunes.

    New framework is not running in simulator.

提交回复
热议问题