i’m running into this issue, any idea what i’m doi...
# multiplatform
l
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
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
I ended up creating a new KMM Android project that uses CocoaPods dependency, and that fixed the issue.
192 Views