https://kotlinlang.org logo
#fleet
Title
# fleet
s

streetsofboston

11/15/2023, 11:57 PM
I have an existing KMP app that builds and runs well on Android Studio Giraffe or XCode 15.0. When opening this project in Fleet, I can build and run the android-app just fine. However, when trying to run the ios-app, during the build I get a lot of these error message:
Copy code
... xcodebuild[31862:2014060] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22267/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details:  createItemModels creation requirements should not create capability item model for a capability item model that already exists.
I'm using MacOS Sonoma and XCode 15.0 Has anyone else encountered this? If so, is there a fix/workaround for this? Thanks!
m

Maciej Procyk

11/16/2023, 7:44 AM
Could you share the whole log, as the part you've published might be only a consequence of other errors?
2 Views