seems can’t find Xcode issues to `No such module '...
# multiplatform
m
seems can’t find Xcode issues to
No such module 'shared'
we’re able to build & runs the code, but the Xcode complained with
No such module 'shared'
instead, I’m not sure if this kotlin / android studio issues(?) See full output of
kdoctor
in 🧵
Copy code
[v] System                                           
    OS: macOS (11.6)
    CPU: Apple M1
[v] Java
    Java (openjdk version "11.0.14" 2022-01-18 LTS)
    Location: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/java
    
    JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
    
    * Note that, by default, Android Studio uses bundled JDK for Gradle tasks execution.
          Gradle JDK can be configured in Android Studio Preferences under Build, Execution, Deployment -> Build Tools -> Gradle section
    
[v] Android Studio
    Android Studio (2021.2)
    Location: /Applications/Android <http://Studio.app|Studio.app>
    Bundled Java: openjdk 11.0.12 2021-07-20
    Kotlin Plugin: 212-1.7.10-release-333-AS5457.46
    Kotlin Multiplatform Mobile Plugin: 0.3.3(212-1.7.0-RC-release-217-IJ)-104
    
[v] Xcode
    Xcode (13.2.1)
    Location: /Applications/Xcode.app
    
[v] Cocoapods
    ruby (ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [arm64-darwin20])
    
    ruby gems (3.3.11)
    
    cocoapods (1.11.3)
    
    cocoapods-generate (2.2.2)
    
Your system is ready for Kotlin Multiplatform Mobile Development!
a
m
Unfortunately, I'm using Reguler framework (not currently using cocoapods) and running the
embedAndSignAppleFrameworkXcode
m
Did it work for you?
m
still not works unfortunately