I'm going to convert sift 2.2 to swfit 3.0 and uploading to itunes store then get one error.
I'm so tired with this error:-
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'ideaPitch.app/libswiftRemoteMirror.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
I have try some solution like this question but did not get proper result.
Any one can hlep me out.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With