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
Stefan Oltmann
04/24/2023, 9:15 AMStefan Oltmann
04/24/2023, 9:16 AMYour app cannot contain standalone executables or libraries
wrong. Is a static library considered a "standalone library"?Stefan Oltmann
04/24/2023, 9:17 AM-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 PMStylianos Gakis
02/13/2024, 10:23 AMStefan Oltmann
02/13/2024, 10:26 AMStefan Oltmann
02/13/2024, 10:26 AMStylianos Gakis
02/13/2024, 10:29 AMtasks.named("embedAndSignAppleFrameworkForXcode").configure {
enabled = false
}
? As the discussion in the issue implies?Stefan Oltmann
02/13/2024, 10:30 AMStylianos Gakis
02/13/2024, 10:30 AMStefan Oltmann
02/13/2024, 10:31 AM-lsqlite3
Stefan Oltmann
02/13/2024, 10:32 AMStefan Oltmann
02/13/2024, 10:32 AMStylianos Gakis
02/13/2024, 10:32 AM-lsqlite3
doesn't really apply to us at all, yet we still experience this issueStylianos Gakis
02/13/2024, 10:32 AMStylianos Gakis
02/13/2024, 10:33 AMStefan Oltmann
02/13/2024, 10:34 AMStefan Oltmann
02/13/2024, 10:35 AMStylianos Gakis
02/13/2024, 10:36 AM