Michal Klimczak
08/12/2022, 9:41 AMassembleXCFramework
• embedAndSignAppleFrameworkForXcode
• packForXCode
- this is deprecated afaik
• cocoapods
Any bigger issues with any of these methods?cagdas
08/12/2022, 3:14 PMembedAndSignAppleFrameworkForXcode
This builds for single architecture and fast enough while developing.
For the Release Target (on the CI machine), we use assembleXCFramework
and embed the XCFramework. This of course takes longer, but builds a proper xcframework for all archs.Michal Klimczak
08/12/2022, 3:16 PMPaul Woitaschek
08/14/2022, 2:32 PMGillian Buijs
08/14/2022, 2:48 PMMichal Klimczak
08/14/2022, 2:53 PMMustafa Ozhan
08/14/2022, 2:56 PMembedAndSignAppleFrameworkForXcode
can be problematic for publishing the final IPA into app store since it embeds and sign the final frameworkGillian Buijs
08/14/2022, 2:57 PMMichal Klimczak
08/14/2022, 2:57 PMMustafa Ozhan
08/14/2022, 3:00 PMWhy is signing and embedding a problem? Final ipa should be signed again by app store anywayThat’s true final IPA should be signed, but not any other framework included inside that IPA, you will probably get this one: https://kotlinlang.slack.com/archives/C3PQML5NU/p1658418868118959
Michal Klimczak
10/18/2024, 4:31 PM