Skip to content
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

Compile for iOS #8

Open
BadChoice opened this issue Oct 12, 2023 · 2 comments
Open

Compile for iOS #8

BadChoice opened this issue Oct 12, 2023 · 2 comments

Comments

@BadChoice
Copy link

BadChoice commented Oct 12, 2023

Hello!
Thank you so much for this package, I've been able to launch the sample demo on mac and start doing my own swift game with godot engine!

However, if I try to compile it for iOS it gives the error

While building for iOS Simulator, no library for this platform was found in 
'/Users/crypto/Library/Developer/Xcode/DerivedData/godotest2-gpffnlaboxbwjxfsoygydhlmxanz/SourcePackages/artifacts/swiftgodotkit/libgodot/libgodot.xcframework:1:1 While building for iOS Simulator, no library for this platform was found in '/Users/crypto/Library/Developer/Xcode/DerivedData/godotest2-gpffnlaboxbwjxfsoygydhlmxanz/SourcePackages/artifacts/swiftgodotkit/libgodot/libgodot.xcframework'.

I'm really new to this so I have no idea on how to fix that

And if I'm not wrong, will it be possible to export my game to windows/android as well even if I code with swift?

Thanks!

@migueldeicaza
Copy link
Owner

Godot support for the iOS simulator is currently not working. It is being tracked on Godot, so I didn’t want to waste time bundling the payload if it wouldn’t work.

I don’t anticipate issues with android, but have not tested myself. Windows works, but the macros don’t currently work - they are being worked on by the swift team

@BadChoice
Copy link
Author

Thank you! I guess it works on a real device, I’ll check it later

Just another question, I’ve developed terminal madness adventure game https://codepassion.io in spritekit so now I think it is time to port it to godot :) is this runtime lib production ready?

And finally, to change project properties such as splash screen, window title.. i tried in the run_godo callback but it is not called, is that the right place?

let me know if this is the right tool for this or if you want me to create different issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants