After running `gradlew spmDevBuild` , should I (fo...
# touchlab-tools
j
After running
gradlew spmDevBuild
, should I (for testing purposes) be able to drag the project into a fresh XCode project that's never been linked to the public artifact? So it isn't replacing the existing SPM package, it's new to the project. I tried it, but get an error. In the preview it works, but updates in the Kotlin code don't appear after running
spmDevBuild
again.
After going to File » Add Package » Add Local and adding the same project again, it works. Now also updating code just requires running
spmDevBuild
and running again. XCode magic 🪄