Great to see a new version of Fleet! It finally wo...
# fleet
k
Great to see a new version of Fleet! It finally works with AGP 8.2.0, which is great. I have 2 questions: 1. In my KMP project, I have 2 iOS targets: Compose UI and SwiftUI UI. Fleet only sees and lets me add a run configuration for the former. When I try to create a configuration for the latter one, it says: “Invalid project name”. Are multiple iOS targets supported? 2. When I try to edit any Swift file, it doesn’t let me jump to usages/implementation. Also, code completion doesn’t work. Should those two features work?
a
Could you please share Fleet logs? (Help | Diagnostic Tools | Collect Logs… action). I see somewhat similar report: FL-24485 xcode-app buildTarget reports “invalid project name” Does the Import from Gradle complete successfully?
k
Sure, but I can’t upload a zip file here. Where would you like me to upload those logs? Yes, it completes successfully:
a
For uploading you can use https://uploads.jetbrains.com Thanks.
k
Here is the upload id: 2024_02_16_Ge2vawfdhzzVXX55agWqrU (file: fleet-logs-2024-02-16-10-57-3700348811163715069.zip)
🙏 1
a
Thank you. Could you please attach a screenshots, showing the Files tool in Fleet and editor screenshot, showing the problem with the find usages? Thank you. Btw, if it is possible to have a project - it would be very much helpful.
k
It simply shows “No definitions” every time I try to CMD+CLICK. Here is the project’s repo: https://github.com/Kamil-H/VolleyballStats
(The develop branch is active, and this is where I tried to use Fleet from)
a
Sorry, I do not see ios-related code in both master and develop branches there
a
After the pull it appeared now, thanks
k
I’ve recently pushed the latest changes, maybe that’s why you couldn’t see it 🙂
👍 1
a
Thank you for the report and provided information! For the 1st case I filled an issue: FL-24806 cc @Maciej Procyk For the 2nd issue: cross-language fin usages is still a work in progress. We are working on it. You can track the progress in FL-22931 Thanks!
k
Thank you. About the 2nd issue: the problem is that it’s not working not only for the cross-language symbols but also if I’m in the Swift file and I try to find something defined in the Swift as well. I was only able to “jump” to symbols from SwiftUI. For example, when I CMD+CLICK on
VStack
, it navigates me correctly. I tried to run a Swift-only project (not KMP), and it also didn’t work for me. Same for the code completion.