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 have been having issues uploading and archiving on Bitrise ever since upgrading to React Native 0.57.1.
Some potential issues:
In running my project, although this likely doesn't lead to archive issues, I often get the following error:
[error][tid:NSOperationQueue 0x281a8cca0 (QOS: UNSPECIFIED)][RCTCxxBridge.mm:429] Failed to load bundle(http://172.21.82.91:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module ./../../../../../react-transform-hmr/lib/index.jsfrom/Users/harryrein/Desktop/superdash-mobile/Superdash/node_modules/react-native/Libraries/Components/Button.js: The module ./../../../../../react-transform-hmr/lib/index.jscould not be found from/Users/harryrein/Desktop/superdash-mobile/Superdash/node_modules/react-native/Libraries/Components/Button.js`. Indeed, none of these files exist:
I have been having issues uploading and archiving on Bitrise ever since upgrading to React Native 0.57.1.
Some potential issues:
In running my project, although this likely doesn't lead to archive issues, I often get the following error:
[error][tid:NSOperationQueue 0x281a8cca0 (QOS: UNSPECIFIED)][RCTCxxBridge.mm:429] Failed to load bundle(http://172.21.82.91:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Unable to resolve module
./../../../../../react-transform-hmr/lib/index.jsfrom
/Users/harryrein/Desktop/superdash-mobile/Superdash/node_modules/react-native/Libraries/Components/Button.js: The module
./../../../../../react-transform-hmr/lib/index.jscould not be found from
/Users/harryrein/Desktop/superdash-mobile/Superdash/node_modules/react-native/Libraries/Components/Button.js`. Indeed, none of these files exist:/Users/harryrein/Desktop/superdash-mobile/react-transform-hmr/lib/index.js(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
/Users/harryrein/Desktop/superdash-mobile/react-transform-hmr/lib/index.js/index(.native||.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx)
(null))`To fix this, I simply run "react-native start --reset-cache" to start the metro, although that shouldn't have anything to do with the archiving.
Locally, the archive succeeds and I can get a .ipa file, which I have been uploading manually to the app store while the bitrise issue continues.
I've attached the build output log, cannot seem to figure out what the discrepancy is between my local archive and the bitrise archive.
xcodebuild-output.log
The text was updated successfully, but these errors were encountered: