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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Trigger to trigger stage deployment with travis build.
I can successfully login with a --accessKey
Successfully logged-in. Your session file was written to /home/travis/.code-push.config. You can run the code-push logout command at any time to delete this file and terminate your session.
But the actually release always fails.
> code-push release-react myApp --entryFile ./index.ios.js ios -d Staging --mandatory
[Error] Unable to find or read "Info.plist" in the "iOS/app" or "iOS" folders.
Tried without entryFile with the same result.
there is no iOS/app folder in a standard react-native build but there is a ios/app/ folder.
Is there a config/fix for this?
Trigger to trigger stage deployment with travis build.
I can successfully login with a
--accessKeyBut the actually release always fails.
Tried without entryFile with the same result.
there is no
iOS/appfolder in a standard react-native build but there is aios/app/folder.Is there a config/fix for this?