You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing iOS app by using Expo.
When I tried to add UDID to DeployGate, an error below was thrown.
$ dg add-devices
This command is only for iOS project
Expo make it easy to build iOS app by exp build:ios command. This is extremely useful.
Since it builds ios app even without .xcodeprojfile, however, the project directory is not regard as an Xcode project.
So far, deploygate-cli doesn't seem to support Expo.
I would be happy it support development on Expo.
The text was updated successfully, but these errors were encountered:
@regmarmcem
Thank you for your feedback.
Our team haven't tried Expo yet, so it might take some time to be implemented. We'd love to have any good guide to integrate with Expo, or can you try to implement something by any chance?
I'm developing iOS app by using Expo.
When I tried to add UDID to DeployGate, an error below was thrown.
Expo make it easy to build iOS app by
exp build:ios
command. This is extremely useful.Since it builds ios app even without
.xcodeproj
file, however, the project directory is not regard as an Xcode project.So far, deploygate-cli doesn't seem to support Expo.
I would be happy it support development on Expo.
The text was updated successfully, but these errors were encountered: