Codea 3.11(469)
First off, thank you for adding iCloud support. I like to go back and forth between my Mac and iPad, this will make things so much easier! This will also make it easier to share projects with my kids.
That said, you can’t make dependencies with projects that have been moved to iCloud. The list shows projects in Documents, and a project in iCloud is technically no longer in “Documents”. Please mix iCloud projects in with the Documents list, or create another iCloud section.
REPRODUCTION 1
- Create Project A
- Move Project A to iCloud
- Create Project B
- Go → dependencies
→ Project A doesn’t show up in the list of projects
REPRODUTION 2
- Create Project A
- Create Project B
- Add Project B and a dependency on Project A
- Add code to project A that uses code in Project B (verify it runs)
- Move project B to iCloud.
- Run Project A
→ Project crash due Missing symbols that are defined in Project B
Main.lua:10: attempt to call a nil value (global ‘ProjBObject’)