curioustechizen
01/24/2024, 5:44 AMandrey.dernov
01/24/2024, 3:31 PMcurioustechizen
01/25/2024, 5:16 AMcurioustechizen
07/02/2024, 7:25 AMMaciej Procyk
07/02/2024, 8:47 AMConfigure Logging
goto panel
3. Add the following lines to end of your file
[[logger]]
name = "com.jetbrains.swift.sourcekitd.SourceKitService"
all = "DEBUG"
[[logger]]
name = "com.jetbrains.cidr.xcode.XCLog"
all = "DEBUG"
4. Save & close this file, close Fleet
5. Copy your project to new directory (let's say it was MyProject
, so just doing cp -r MyProject1
in terminal is enough)
6. Open copied project in Fleet, wait until all loading statuses are finished (everything is indexed)
7. Call action Collect Logs...
8. Share logs in thread or in private channel/ticket in our tracker with limited visibility to jetbrains-team
curioustechizen
07/02/2024, 9:16 AMcurioustechizen
07/02/2024, 9:18 AMMaciej Procyk
07/02/2024, 10:05 AMcurioustechizen
07/02/2024, 10:15 AMcd "$SRCROOT/../MyAndroidProject"
./gradlew :kmm-shared:embedAndSignAppleFrameworkForXcode
I'm assuming that importing such a project into Fleet should work; but I also think I'm making a mistake in the way I open/import the project.curioustechizen
07/02/2024, 10:16 AMCould you try configuring your project to have an access to the mentioned dependency, to make it build successfully?I think XCode has some UI to configure git ssh. Should Fleet be able to pick this from the XCode settings? If not, I think in your step 6 above, I should first open the project in XCode to make sure the git ssh dependency works; then I should open it in Fleet.
Maciej Procyk
07/02/2024, 10:24 AMcurioustechizen
07/02/2024, 10:31 AMcurioustechizen
07/02/2024, 10:32 AMMaciej Procyk
07/02/2024, 10:33 AMMaciej Procyk
07/02/2024, 10:34 AMcurioustechizen
07/02/2024, 10:39 AMMaciej Procyk
07/02/2024, 10:43 AMcurioustechizen
07/02/2024, 10:46 AMMaciej Procyk
07/02/2024, 10:52 AMcurioustechizen
07/05/2024, 3:26 PMcurioustechizen
07/05/2024, 3:27 PMMaciej Procyk
07/05/2024, 6:06 PMcurioustechizen
07/08/2024, 7:06 AMcurioustechizen
07/24/2024, 10:44 AMcurioustechizen
07/24/2024, 10:46 AMMaciej Procyk
08/06/2024, 12:55 PM