i’m running into this issue, any idea what i’m doing wrong❓
Copy code
* What went wrong:
Execution failed for task ':shared:embedAndSignPodAppleFrameworkForXcode'.
> Please run the embedAndSignPodAppleFrameworkForXcode task from Xcode ('SDK_NAME', 'CONFIGURATION', 'TARGET_BUILD_DIR', 'ARCHS' and 'FRAMEWORKS_FOLDER_PATH' not provided)
XcodeEnvironment:
buildType=null
targets=[]
frameworkSearchDir=null
embeddedFrameworksDir=null
sign=-
It says to run it in Xcode, but i’ve already tried that
t
Tijl
03/24/2023, 8:54 AM
they mean as a build phase script where XCode fills in these environment variables automatically.
If you are already do that I’d dump these specfic variables and see what it missing, then maybe look for / file a Youtrack issue
l
Loe
03/25/2023, 9:32 PM
I ended up creating a new KMM Android project that uses CocoaPods dependency, and that fixed the issue.