找了一天的资料,终于找到解决办法了(亲测有效)
The libswiftRemoteMirror.dylib is copied to the App Bundle, but the App Bundle must not contain a binary other than the apps binary.
To fix this:
In Xcode, remove "libswiftRemoteMirror.dylib" from everywhere in your project. Including "Copy Bundle Resources" and "Embedded Libraries".
Add it to the target's Link Binary with Libraries build phase.
Do not add it to the target's Copy Bundle Resources build phase.
Clean & build & archive