AJ
06/16/2022, 8:25 AMInvalid Bundle Structure - The binary file ‘iosApp.app/Frameworks/shared.framework/shared’ is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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.
[Transporter Error Output]: Return status of iTunes Transporter was 1: ERROR ITMS-90171: Invalid Bundle Structure - The binary file ‘iosApp.app/Frameworks/shared.framework/shared’ is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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.
[Transporter Error Output]: The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.I’ve searched the threads here and it helped me to solve the problem in the Xcode IDE, but it still remains in the “fastlane beta” build. Anybody knows where I can see the Frameworks includes in textual form? So I can try to modify them
Raymond Chan
07/26/2022, 5:12 PM