What is libswiftRemoteMirror.dylib and why is it being included in my app bundle?

前端 未结 6 906
陌清茗
陌清茗 2021-02-01 16:11

I\'ve got an iOS app which I\'ve recently switched to Xcode 8. As part of that we switched from swift 2.2 to 2.3 (swift 3 will come later).

I\'ve got an automated build

6条回答
  •  后悔当初
    2021-02-01 16:40

    In my case I got ERROR ITMS-90171 because I am using custom frameworks.

    "Invalid Bundle Structure - The binary file 'MyFramework.framework/libswiftRemoteMirror.dylib'

    (I didn't get it for my application.)

    I tried gym but it got stuck at xcrun. So I tried doing rm -rf libswiftRemoteMirror in the build phrase (with a custom run-script) for every custom framework I have and interestingly I didn't break anything: it worked.

提交回复
热议问题