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.