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

There doesn't seem to be a way to start app clips from the command line yet #5

Closed
gaodeng opened this issue Sep 1, 2022 · 3 comments

Comments

@gaodeng
Copy link

gaodeng commented Sep 1, 2022

npx expo run:ios --scheme cardClip

gives the following warning and starts the app, not app clips

ios: paths-app-delegate: Found multiple AppDelegate file paths, using "ios/card/AppDelegate.mm". Ignored paths: ["ios/cardClip/AppDelegate.mm"]

ios: paths-info-plist: Found multiple Info.plist file paths, using "ios/card/Info.plist". Ignored paths: ["ios/cardClip/Info.plist"]
@bndkt
Copy link
Owner

bndkt commented Sep 6, 2022

Thanks for reporting this! This is a current limitation of Expo. The warnings can be ignored and after running this command, you should be able to switch to the Home screen in Simulator and select the App Clip from there. I hope to figure out a way to open the App Clip directly, but it will almost certainly require some changes within Expo.

@bndkt
Copy link
Owner

bndkt commented Mar 3, 2023

Waiting for expo/expo#21240 to land in expo-cli

@outlandnish
Copy link

@bndkt looks like it's now supported in SDK 49 :)

@bndkt bndkt closed this as completed Sep 19, 2023
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

3 participants