Debug 'Shared Code Not Found' Issues
Resolve the most common first-run linking problems.
The Classic First-Run Wall
Almost everyone hits it once: iOS builds but Swift cannot find your shared API. Let's debug shared code not found calmly. 🛠️
Confirm the Framework Built
First, run the Gradle framework task directly. If it fails outside Xcode, the framework never existed and Swift had nothing to link.
./gradlew :shared:embedAndSignAppleFrameworkForXcodeAll lessons in this course
- Run the Android App from Studio
- Open & Run the iOS App in Xcode
- How the iOS Framework Is Built
- Debug 'Shared Code Not Found' Issues