Conrad Kramer
02/21/2022, 6:18 AMassembleAppleFrameworkForXcode
somewhere. I needed to use it to depend on a Kotlin framework from an iOS framework, because embedAndSignAppleFrameworkForXcode
only works in app targetsSam
02/21/2022, 2:50 PMConrad Kramer
02/21/2022, 10:42 PMiOS framework -> App, several extensions
If i want the iOS framework to depend on the Kotlin framework in any way, it needs to be compiled before the iOS framework is, and the App won’t start compiling until after the iOS framework is done if that makes senseThomas
03/22/2022, 8:47 PMassembleAppleFrameworkForXcode
task no longer exists.Conrad Kramer
03/22/2022, 10:00 PMexport FRAMEWORKS_FOLDER_PATH=PutAnythingHere
export EXPANDED_CODE_SIGN_IDENTITY="-"
./gradlew :shared:embedAndSignAppleFrameworkForXcode
Thomas
03/22/2022, 10:14 PM