CopyPastor

Detecting plagiarism made easy.

Score: 2; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2025-04-02
by Dariusz

Original Post

Original - Posted on 2025-04-02
by Dariusz



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You have to create simulator build in your `eas.json` file like :
"development-simulator": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true // The important part!! } },
Then you need to run your build, when it's finished expo will ask `Install and run the iOS build on a simulator?` then select `Y` and app will be installed on your simulator. Cheers :)
You have to create simulator build in your `eas.json` file like :
"development-simulator": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true // The important part!! } },
Then you need to run your build, when it's finished expo will ask `Install and run the iOS build on a simulator?` then select `Y` and app will be installed on your simulator. Cheers :)

        
Present in both answers; Present only in the new answer; Present only in the old answer;