Uploaded image for project: 'Nuxeo Mobile'
  1. Nuxeo Mobile
  2. NXMOB-394

Run Xcode compilation in the iOS dev job

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: iOS 1.12
    • Component/s: iOS, Technical Debt

      Description

      Currently, the https://qa.nuxeo.org/jenkins/job/Private/job/Mobile/job/nuxeo-mobile-master-ios/ job simply runs npm run build-ios, having:

      "build-ios": "npm run lint && npm test && npm run bundle-ios",
      "bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --dev false --platform ios --entry-file ./index.ios.js --bundle-output ./ios/main.jsbundle --sourcemap-output ./ios/main.jsbundle.map",
      

      So the Xcode compilation is not run which prevents us from detecting compilation issues, typically when a library is not well linked.

      We should probably run something like:

      fastlane gym --scheme NuxeoMobile --export_method app-store --workspace './ios/NuxeoMobile.xcworkspace'
      

      to get some better feedback from the dev build.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 4 hours
                4h