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
We are using GitHub Actions for build testing a React Native app. We were able to setup amplify-cli-action for Ubuntu, but receive an error for the IOS build (Container action is only supported on Linux). Is there a workaround available or do you have any recommended workarounds without committing aws-exports? Using configure-aws-credentials@v1 didn't help with pulling the amplify env on IOS.
The IOS fails with this error:
Running script 'Bundle React Native code and images'
[56774](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56774)
the transform cache was reset.
[56775](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56775)
▸ Generating 'nv.app.dSYM'
[56776](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56776)
** ARCHIVE FAILED **
[56777](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56777)
[56778](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56778)
[56779](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56779)
The following build commands failed:
[56780](https://github.com/NatMuel/nv-app/runs/5375799701?check_suite_focus=true#step:10:56780)
PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/runner/Library/Developer/Xcode/DerivedData/nv-fzyesrwyhhxkypeuggwsyqhsoket/Build/Intermediates.noindex/ArchiveIntermediates/nv/IntermediateBuildFilesPath/nv.build/Release-iphoneos/nv/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'nv' from project 'nv')
We are using GitHub Actions for build testing a React Native app. We were able to setup amplify-cli-action for Ubuntu, but receive an error for the IOS build (Container action is only supported on Linux). Is there a workaround available or do you have any recommended workarounds without committing aws-exports? Using configure-aws-credentials@v1 didn't help with pulling the amplify env on IOS.
The IOS fails with this error:
build-test-ios-android.yml
name: Build Android & iOS
The text was updated successfully, but these errors were encountered: