starter icon indicating copy to clipboard operation
starter copied to clipboard

Run Ensemble-powered apps and generate release builds across iOS, Android, web, and desktop.

Results 9 starter issues
Sort by recently updated
recently updated
newest added

https://github.com/EnsembleUI/starter/blob/56cd5e7b9bfd9e0a2bfb51830c43d9f90e60ed50/ios/Runner/Runner.entitlements#L13C11-L13C38 `applinks:app.ensembleui.com` is hardcoded in runner.entitlements. But it is not mentioned anywhere in Readme. Should we remove it? if not what is the impact of this on anyone cloning the...

invalid

I'm facing the following issues while building the starter project for iOS Simulator. ``` error (xcode): building for ios simulator, but linking in object file built for ios, file '/users/vinothvino/documents/ensembleui/starter/ios/pods/googlemaps/base/frameworks/googlemapsbase.framework/googlemapsbase'...

bug

refer to this - https://github.com/EnsembleUI/ensemble_docs/tree/main/deploy we should always have a default icon and default splash screen so the developer just has to change the icon and screen without having to...

One or more plugins require a higher Android SDK version. Fix this issue by adding the following to C:\POC\ensemble_starter3\ensemble_starter\android\app\build.gradle: android { compileSdkVersion 33 ... }

Hi, When I clone the repository and change the _from:_ to local in the ensemble config file I get below error when I start a build in Android studio. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...

bug