Stefan Oltmann
04/23/2023, 12:53 PMNSLocalizedDescription = "Asset validation failed";
NSLocalizedFailureReason = "Invalid bundle structure. The \U201cAshampoo <http://Photos.app/Frameworks/shared.framework/shared\U201d|Photos.app/Frameworks/shared.framework/shared\U201d> binary file is not permitted. Your app cannot contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. For details, visit: <https://developer.apple.com/documentation/bundleresources/placing_content_in_a_bundle> (ID: f5184756-fbce-47be-8fd2-79b8b8ddd3c6)";
Dima Avdeev
04/24/2023, 8:24 AMStefan Oltmann
04/24/2023, 9:14 AMxcrun altool --upload-app --type ios \
--file ashampoo-photos.ipa \
--username "${{ secrets.APP_STORE_CONNECT_USERNAME }}" \
--password "${{ secrets.APP_STORE_CONNECT_PASSWORD }}" --verbose
Your app cannot contain standalone executables or libraries
wrong. Is a static library considered a "standalone library"?-lsqlite3
to "other linker flags" in Xcode. Without that it doesn't compile so I'm unable to say what the exact reason for the failure is.Dima Avdeev
04/24/2023, 9:18 AMChris Mulder
04/26/2023, 6:27 PMStefan Oltmann
04/26/2023, 6:28 PMChris Mulder
04/26/2023, 6:55 PM