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
An issue had been opened a while ago with the same problem 1179
Expected Behavior
I expected the build to succeed.
Actual Behavior
The build failed
Build Failed:
❌ error: required option '-t, --token <value>' not specified
Usage: instabug upload-sourcemaps [options]
Options:
-p, --platform <value> Platform (choices: "ios", "android")
-f, --file <path> The path of the source map file
-t, --token <value> Your App Token (env: INSTABUG_APP_TOKEN)
-n, --name <value> The app version name (env: INSTABUG_APP_VERSION_NAME)
-c, --code <value> The app version code (env: INSTABUG_APP_VERSION_CODE)
-l, --label <value> The CodePush label if it's a CodePush release (env: INSTABUG_APP_VERSION_LABEL) -h, --help display help for command
Work Around
When building in xcode I can navigate to my projects Build Phases section and delete the [CP-User] [Instabug-reactnative] Upload Sourcemap. However this is regenerated every time I run pod install.
Steps to Reproduce the Problem
Running:
eas build --profile testflight --platform ios
Or building within xcode.
From Issue
An issue had been opened a while ago with the same problem 1179
Expected Behavior
I expected the build to succeed.
Actual Behavior
The build failed
Work Around
When building in xcode I can navigate to my projects Build Phases section and delete the [CP-User] [Instabug-reactnative] Upload Sourcemap. However this is regenerated every time I run pod install.
Instabug integration code
SDK Version
React Native, iOS and Android Versions
The text was updated successfully, but these errors were encountered: