Generating iOS & Android Builds for a React Native App (In the Cloud | Without a Mac)

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 54

  • @harveerSingh-iy9xz
    @harveerSingh-iy9xz Год назад +5

    Thanks bro you saved me from 1 week hustle between me and .aab file😇😇😇
    Keep going bro to help the beginers in android development 👍👍👍👍

  • @nathanieleje
    @nathanieleje Год назад +3

    Thanks so much for your tutorial. It is very educating and rich in content. I am a new react native developer and this will help me a lot.

  • @Habitual-Developer
    @Habitual-Developer Год назад +1

    Very Valuable Information and Correct Instruction.!!

  • @omarms3341
    @omarms3341 9 месяцев назад +1

    i tried the first method with ios and got this log
    Authentication with Apple Developer Portal failed!
    You have no team associated with your Apple account, cannot proceed.
    (Do you have a paid Apple Developer account?)
    even tho the infos are correct what does this mean ?

  • @cinegolpo-movieexplainedin8192
    @cinegolpo-movieexplainedin8192 Год назад +2

    would you show how to do it in windows

  • @luisbrazilva
    @luisbrazilva 6 месяцев назад

    I would like to see an eas submit to google play store tutorial. No one that I can find has done one yet. Or at least an android submission from the Google Play Store that addresses the 20 testers dilemma. How is anyone finding 20 people to test your app for 14 days continuously

  • @wasimbadsha4342
    @wasimbadsha4342 Год назад +1

    useful information for eas-cli approach for expo app builds. 👌👌Love from KL,IN 🇮🇳 🫰🫰

  • @codewithdevhindi9937
    @codewithdevhindi9937 Год назад +2

    nice video bro and even got that in play store only aab files are valid

  • @AmanKumar-cn5yc
    @AmanKumar-cn5yc Год назад +1

    Thank you for giving truth value

  • @theadityadeshpande
    @theadityadeshpande Год назад +3

    Great video!! I want to test my React native app on IOS simultor as well, can you share how to run it on windows PC ?

    • @ToThePointCode
      @ToThePointCode  Год назад

      The easiest way to run the iOS simulator is on macOS. Otherwise you need an actual iOS device

    • @theadityadeshpande
      @theadityadeshpande Год назад

      @@ToThePointCode Is there any way I can run IOS build on windows?

    • @calpardo
      @calpardo Год назад

      @@theadityadeshpande no

    • @griffinkirkland9087
      @griffinkirkland9087 2 месяца назад

      Yes you can install virtual box and have Mac OS then test the app

  • @rickcode22
    @rickcode22 Год назад +1

    Awesome Video! is there any way to easily share your app with your testers in the real device? instead of downloading and checking it in the simulator? Like metro bundler a few years ago. Thanks!

    • @ToThePointCode
      @ToThePointCode  Год назад

      There are a few ways I can think of now;
      - On Android, you can download the resulting APK file and share.
      - Also, you can use the expo publish approach to make the app accessible through the Expo Go App on both iOS and Android.
      - If you have already created the app on the App Store, you can use TestFlight and PlayStore internal testing.

  • @vince2nd
    @vince2nd Год назад

    Yes sir, i was getting an error during the configuration stage.. needed to initialize an eas command.
    But yea, got the file and doing internal testing

  • @subbaraolukka-i1z
    @subbaraolukka-i1z 4 месяца назад

    can you plz tellme dependencis my react native working on ios not opening on andriod ,plz provide some steps to build (react native cli ,macos) gradle version java kotlin ...

  • @dark_world_lyrical_edits
    @dark_world_lyrical_edits Год назад

    Hello,
    i am getting error after below command
    eas build:configure ,
    error comes like this :
    Entity not authorized: AccountEntity[b2caa6c4-d7f0-4caf-9004-3ccbe7816845] (viewer = RegularUserViewerContext[ccdead27-91f1-4622-b1c8-1adf6cffd86f], action = READ, ruleIndex = -1)
    Error: GraphQL request failed.
    let me know how to solve this error

  • @ketank6864
    @ketank6864 Год назад

    am getting error while building for ios , and the error is unknown error and it comes when the pods file are generating , am using react native expo with firebase ....! give me solution

  • @b_tongheng
    @b_tongheng Год назад

    I can't build it says "gradle build failed with unknown error. see logs for the "run gradlew" phase for more information."

  • @nileshnilu7902
    @nileshnilu7902 11 месяцев назад

    Saved lot of time😊

  • @steinbeats
    @steinbeats Месяц назад

    what about on local?

  • @adjeoumar2228
    @adjeoumar2228 Год назад +1

    Thanks bro

  • @santd3400
    @santd3400 Год назад

    Apple Dev account by use iOS 17 on devices can do in this way ??? Thanks

  • @harveerSingh-iy9xz
    @harveerSingh-iy9xz Год назад

    Bro can you please make video on how to export web build from react native??

  • @jacobhenry7223
    @jacobhenry7223 6 месяцев назад

    Thanks teacher

  • @alaminhowlader36
    @alaminhowlader36 Год назад +1

    very helpful❤❤❤

  • @sharadchoudhary3865
    @sharadchoudhary3865 Год назад +1

    Why I have to run dev-client server to run my app; when I downloaded the apk. Can you Please tell how to run my apk like normal app

    • @ToThePointCode
      @ToThePointCode  Год назад

      You don't need to. Unless you built the apk using the development profile.

  • @ahsanabrar880
    @ahsanabrar880 6 месяцев назад

    thanks

  • @sangitaelango9361
    @sangitaelango9361 Год назад +1

    Thanks for the video. I have a problem when installing the app on ios. It says "No Bundle url present". do you know how to solve this? Any help is much appreciated.

    • @ToThePointCode
      @ToThePointCode  Год назад

      Is your project bare react native or expo based?

    • @sangitaelango9361
      @sangitaelango9361 Год назад

      @@ToThePointCode my project is expo based.

    • @harveerSingh-iy9xz
      @harveerSingh-iy9xz Год назад

      Recheck the dependencies you have paired with expo/react native
      I have faced the same due to incompatible dependencies with react native. Ensure that you pair the compatible dependencies with project
      You can view the dependencies in package.json file

  • @dancruz7845
    @dancruz7845 Год назад

    Android build works fine.. but iOS always fails and I get this error: The "Run fastlane" step failed with an unknown error.

    • @polentaibife
      @polentaibife 10 месяцев назад

      did you find a solution for this?

  • @thinhpham3287
    @thinhpham3287 Год назад

    Im login apple id and error:
    Authentication with Apple Developer Portal failed!
    Failed to set up credentials.
    You have no team associated with your Apple account, cannot proceed.
    (Do you have a paid Apple Developer account?)

    • @verixer4032
      @verixer4032 Год назад +1

      you need a paid dev account to build buddy, he already stated that like twice in the video

  • @omerkilincc
    @omerkilincc 8 месяцев назад

    Hello, I am trying to compile for iOS with Expo, but I constantly encounter "install pods" errors, can you help?

    • @vaultofmyths
      @vaultofmyths 8 месяцев назад

      If you are on Windows, you can't build for ios locally, if you're on mac then you just need to follow the expo mac environment setup guide and you're good.

    • @omerkilincc
      @omerkilincc 8 месяцев назад +1

      @@vaultofmythsThank you for your answer. But I'm getting these problems on Mac. Even though I made all the installations, there are no errors during testing, but it gives pods errors during compilation.

  • @ooyey
    @ooyey Год назад +1

    Do i need macOS for building ios using eas !?

    • @ToThePointCode
      @ToThePointCode  Год назад +1

      No you don't.

    • @mouloudagaoua
      @mouloudagaoua 9 месяцев назад +1

      still apple greed will make you spit 99 dollar

    • @milon27
      @milon27 4 месяца назад

      ​@@mouloudagaouaper year

  • @bambanx
    @bambanx Год назад

    need developer account?

  • @harshratnani7212
    @harshratnani7212 Год назад

    i tried same method for ios simulator but its getting error of main js bundle does not exist how can i solve this ?