Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS Archive -> Distribute Content Instead Distribute App #25113

Closed
sm-hejazi opened this issue Jun 1, 2019 · 2 comments
Closed

IOS Archive -> Distribute Content Instead Distribute App #25113

sm-hejazi opened this issue Jun 1, 2019 · 2 comments
Labels
Bug Platform: iOS iOS applications. Resolution: Locked This issue was locked by the bot.

Comments

@sm-hejazi
Copy link

sm-hejazi commented Jun 1, 2019

Description

react-native run-ios ok, in Xcode build&run ok but when Archive App
I see Distribute Content instead Distribute App

I removed ios folder and run react-native eject but The problem is still there.

Screen Shot 2019-06-01 at 16 44 54

React Native Environment Info:

  • System:

    OS: macOS 10.14.3
    CPU: (4) x64 Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
    Memory: 916.72 MB / 10.85 GB
    Shell: 3.2.57 - /bin/bash
    
  • Binaries:

    Node: 12.1.0 - /usr/local/bin/node
    Yarn: 1.16.0 - /usr/local/bin/yarn
    npm: 6.9.0 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
    
  • SDKs:

    iOS SDK:
      Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
    
  • IDEs:

    Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    
  • npmPackages:

    react: 16.8.3 => 16.8.3 
    react-native: 0.59.8 => 0.59.8 
    
  • npmGlobalPackages:

    react-native-cli: 2.0.1
    

package.json

{
  "name": "montaman",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "dependencies": {
    "accounting": "^0.4.1",
    "jsc-android": "^241213.1.0",
    "lodash": "^4.17.11",
    "mobx": "^5.9.4",
    "mobx-persist": "^0.4.1",
    "mobx-react": "^5.4.4",
    "moment-jalaali": "^0.8.3",
    "react": "16.8.3",
    "react-native": "0.59.8",
    "react-native-check-box": "^2.1.7",
    "react-native-communications": "^2.2.1",
    "react-native-fast-image": "^6.0.1",
    "react-native-firebase": "^5.3.1",
    "react-native-gesture-handler": "^1.2.1",
    "react-native-global-props": "^1.1.5",
    "react-native-image-progress": "^1.1.1",
    "react-native-keyboard-aware-scroll-view": "^0.8.0",
    "react-native-keyboard-spacer": "^0.4.1",
    "react-native-linear-gradient": "^2.5.4",
    "react-native-material-dialog": "^0.7.6",
    "react-native-material-kit": "^0.5.1",
    "react-native-modal-datetime-picker": "^7.4.2",
    "react-native-persian-calendar-picker": "^3.0.0",
    "react-native-photo-upload": "^1.3.0",
    "react-native-progress": "^3.6.0",
    "react-native-restart": "^0.0.10",
    "react-native-simple-radio-button": "^2.7.3",
    "react-native-simple-toast": "^0.0.8",
    "react-native-swipeout-rtl": "https://github.com/sm-hejazi/react-native-swipeout-rtl",
    "react-navigation": "^3.11.0",
    "react-side-effect": "^1.1.5"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/runtime": "^7.4.5",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "metro-react-native-babel-preset": "^0.54.1",
    "react-test-renderer": "16.8.3"
  },
  "jest": {
    "preset": "react-native"
  },
  "rnpm": {
    "assets": [
      "./assets/fonts"
    ]
  }
}
@sm-hejazi sm-hejazi added the Bug label Jun 1, 2019
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Jun 1, 2019
@sm-hejazi
Copy link
Author

Solved

react-native-fast-image latest version(6)
_

finally downgrade to 5.4.2 works for me.

_

rnFastImage-6

@hanishcodebrew
Copy link

Thanks a lot @sm-hejazi :)

@facebook facebook locked as resolved and limited conversation to collaborators Jun 2, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jun 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: iOS iOS applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants