-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage of compose-ios #137
Comments
Hi, Compose for iOS is at very experimental stage right now I believe. There was some discussion in following if it helps but I'm not surprised there's still issues. Could perhaps be related to XCode version for example installed. I'd suggest perhaps asking in kotlinlang slack "compose-ios" channel . |
Also worth perhaps trying out JetBrains sample https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/falling-balls-mpp |
I'm actually seeing issues here with the JetBrains samples and also PeopleInSpace.....suspecting it might be related to XCode update I did here recently....though getting different error here I think
|
I was trying to find more informations about compose for ios but I couldn't, I know it's experimental but I just want to try and understand it sadly my macbook is old and I can't update it anymore, hope it work with the latest version of big sur :( thank you, your project is helping me a lot in my studies and curiosity! |
I faced the same issue. I solve this issue by updating xcode |
I tried in another macbook, with a newer version of xcode, it only changed the error, but still unable to compile :( the error is:
|
Would you like to change the Jetbrains compose version? I'm not sure which version it is. |
I'm using 1.2.0-alpha01-dev683, the same the project uses
|
I'm sorry. I was mistaken because I used a different MacBook with Apple Sillicon. I also had an error that looked like a version issue? on some MacBooks with Intel. I will share it when I solve it. |
@alandoni I solve the issue by adding below code in gradle.properties
|
fyi that I also just opened following PR to update compose ios version and also to switch to different simulator (had issues with iphone 8 here for some reason after updating to latest XCode) #141 |
btw also seems to be working here without |
Thanks for the help, using that line in gradle.properties did the trick for
me, I still need to check the changelog of compose, EditText is not working
yet :(
|
Hi, can you help me? where can I find documentation or tutorials for compose-ios?
I tried to run ./gradlew compose-ios:iosDeployIPhone8Debug
but it threw the following error:
The text was updated successfully, but these errors were encountered: