How to update a framework in an iOS app?

后端 未结 3 1219
名媛妹妹
名媛妹妹 2021-01-08 00:55

I\'m writing an app using Nuance\'s SpeechKit framework. I\'ve just downloaded a newer version of the framework that contains new methods in some of the classe

3条回答
  •  时光取名叫无心
    2021-01-08 01:18

    I found what cause this issue for us.

    When you build a new version you must update "Current Library Version". There is also a "Compatibility Version"

    In Xcode selector your framework target and in build settings search for linking and you will se this setting there.

    We created a build script to bump this version number every time we build.

    Xcode caches the frameworks and uses the cache if possible. That's why you need to change this number.

提交回复
热议问题