Each Time l exporte a projet from Codea to Xcode, and l try to build it, Xcode fail to build with « missing package product ‘Runtime’ »
And -Package resulution errors must be fixed before building -
Thank you for you very Quick reply!!!
A few hours After my message, AppStore propose Me an update off Codea and now it s work…But…
When Xcode build, the application and the simulator open, the first page of my application is displayed but the text is different and when I touch the screen, nothing happens… it’s the same when I put it on my iPhone… do you have a tip for this bug?
OK we have a fix for this bug. Can you please make some changes to your Xcode project for me:
Click the blue project icon at the top of the Xcode navigator. This will have your exported project name, e.g., “YourProject”. In my example screenshot here the exported project is called Connections
Under the section “Dependency Rule” you will see it is set to “exact version”. Change this to “branch” and enter the value “main” for the branch name
You should see Runtime in the Package Dependencies list update to say Runtime main (17e37e8)
Now open YourProjectViewController.swift (in my screenshot, ConnectionsViewController.swift) and add the following line CodeaStandardLibrary() into the list of addons: