onejs / one

❶ One is a new React framework - target web and native with a single Vite plugin and fully shared code, so you can ship cross-platform nearly as easy as single-platform.
https://onestack.dev
Other
3.28k stars 66 forks source link

Can't run the app on iOS simulator #255

Open jbojcic1 opened 16 hours ago

jbojcic1 commented 16 hours ago

I created an app using the cli and every time I try to open it on iOS simulator I am getting Xcode must be fully installed before you can continue. Continue to the App Store? and if I type y I get an error. I do have xcode installed and iOS simulator running (see the screenshot):

Screenshot 2024-11-25 at 10 46 40

My versions: MacOS - Sequoia 15.1.1 One - 1.1.334 Xcode - 16.1 (16B40)

jbojcic1 commented 16 hours ago

Also the expo go version that is used is not compatible with newest one that you get when you install the expo go app from the store, which means you also can't use the physical iphone because there ios doesn't allow you to install any version of the Expo go but the latest one.

I also tried Android but it doesn't work neither.

zetavg commented 6 hours ago

Hi, can you try to follow these instructions here to build and run the iOS app via Xcode directly? This can also help to identify where the issue is.

Android support is still WIP in active development, but if you can share some details about what happens on Android to you, it may also help us 🙌