I’m developing with Fleet a KMP app. Until last we...
# multiplatform
r
I’m developing with Fleet a KMP app. Until last week I was able to run the iOS app on a simulator just fine. Today I’m encountering this error after a successful build. My iOS knowledge is limited, so any chance anyone knows what’s wrong?
Copy code
/Users/rwo/Library/Caches/JetBrains/Fleet/backend/878maqe59l1ttgo0ja7h/DerivedData/iosApp-btquipqgrnphdxewzohttnwbpbyp/Build/Products/Debug-iphonesimulator
com.intellij.execution.ExecutionFinishedException: Execution was terminated because of: Simulator device returned an error for the requested operation.
Ensure your bundle contains a valid CFBundleVersion.
My
Info.plist
contains:
Copy code
<key>CFBundleVersion</key>
	<string>1.0.0</string>
b
I’d open up Xcode and see if it actually has a value populated for build for your target
r
Are you referring to that? I see the version.
m
@ralf - have you ever resolved this, facing the same issue - thx
r
I created a new project and copied the configurations over. Eventually my project started working again. It was painful. I don’t recall what the exact issue was.
m
thx @ralf - solved it the same way - lucky me a small, simple project
113 Views