hi everybody!
I encontring a bug with codea 3.12: my project work with codea on my iphone.
to send the app to xcode: in codea : export>export projet Xcode >export and sent to my MacOS sonoma 14.6.1
on my macOS, open Xcode 15.4 and open the project:
and then 2 issues: " failed to resolve dependencies because no versions of runtime match the requirement 3.12.1 and root depends on runtime 3.12.1 and “missing partage product runtime”
and build faild . I tried a lot of think like update packtage last version, resolve packtages version, clean build floder but nothing work…
i download Xcode 16beta6 and try again with the same results
i try with a old codea exported project (april 2024) and this one work in xcode 15.4 and with simulator 17.2,17.5,18.0,18.1 beta.
someone knows how to fix this issue???
after more trys I changed runtime version in xcode>projet> poject name> packtage depenencies and at Runtime, i change “dependency rule” ant set it “Range of versions” and set V 3.12.0 <4.0.0
withe this setting, the build succeded but simulator display a black screem or the first screem of my App but with non possibility to use the different contoles button… with simulator message :“ignoring set paused as it has already been set”
I had removed all breakpoints…