Closed msasikanth closed 5 months ago
It seems the same or similar as https://github.com/JetBrains/compose-multiplatform/issues/4736
@mazunin-v-jb, could you try to reproduce it in the attached project? Vlad can help.
FYI IPA also gets uploaded to GH Action, which can be used for debugging the issue.
It's worth noting that this is probably an iOS-only
bug. Everything works fine on Android.
Reproduced with Kotlin 2.0.0, on iOS 17.2 (Physical & Simulated), Gradle 8.8-rc-1, Android Studio Koala.
Issue disappears as soon as I downgrade Kotlin to 2.0.0-RC3
https://github.com/JetBrains/compose-multiplatform/issues/4846#issuecomment-2128785786 same issue, Kotlin 2.0.0 does not work, but on 2.0.0-RC3 all good
When I upgrade to Compose 1.6.10 or above, this script is removed from the iOS project file. Maybe that's what's causing the issue.
This seems unrelated to Kotlin 2.x, I got this going from Compose 1.6.0 to 1.6.11. Even after clearing build folder, syncing, cleaning iOS project. Seems like a compose plugin bug not copying/importing the resources correctly
Yeah just reverted the removal of "Copy Pods Resources" from the XCProject file and all working great.
I have the same issue. Reverting the "Copy Pods Resources" does indeed work but in case you make a fresh clone, the iOS project won't be correctly initialised which would force you to manually copy pod files to that new clone.
Same here, when i downgrade from kotlin 2.0.0 to kotlin 2.0.0-RC3. This revert the change that 2.0.0 do in project.pbxproj
duplicates https://github.com/JetBrains/compose-multiplatform/issues/4720
to fix the issue it before the commit will be published:
1) open Xcode project
2) build ios app
3) close Xcode
4) call pod install
again
5) open xcworkspace
you have to make sure that your project has the
[CP] Copy Pod Resources
step
It was already fixed in master and will be available in the next release
If it is different issue feel free to reopen it again but I need a reproducer
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug
After I updated to Compose Multiplatform v1.6.10 (from v1.6.2) and Kotlin v2.0.0, my test flight builds started to crash. I have tried building the project locally and it's working fine with debug and release builds after the update. But when it's released to TestFlight from GH Action, it fails with the following error. I haven't had this issue before. My project is open source, here is the link to the workflow I am using to build and deploy to Test Flight.
Affected platforms
Versions
Additional context