question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors while building for iOS

See original GitHub issue

Environment

exp diagnostics

Environment: OS: Windows 10 Node: 8.1.2 Yarn: 1.2.1 npm: 5.6.0 Watchman: Not Found Xcode: N/A Android Studio: Version 2.3.0.0 AI-162.4069837

Packages: (wanted => installed) expo: ^24.0.0 => 24.0.2 react: 16.0.0 => 16.0.0 react-native: https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz => 0.51.0

Diagnostics report: https://exp-xde-diagnostics.s3.amazonaws.com/clementino36-1288ae7a-a9b8-4612-9613-def97f2da95f.tar.gz

Steps to Reproduce

exp build:ios -c

capt

I’m not sure where to run EXP_DEBUG=true, i’ve tried EXP_DEBUG=true exp build:ios -c but it gives me 'EXP_DEBUG' is not recognized as an internal or external command. I’ve also tried putting it in my .env.production file but it doesn’t log anything.

Here’s my app.json:

{
  "expo": {
    "sdkVersion": "24.0.0",
    "privacy": "unlisted",
    "name": "Aidoo Technician",
    "icon": "./src/assets/commons/boilerplate_icon.png",
    "splash": {
      "image": "./src/assets/commons/splashscreen.png",
      "resizeMode": "cover"
    },
    "orientation": "portrait",
    "version": "1.0.0",
    "slug": "aidoo-technician-prod",
    "ios": {
      "bundleIdentifier": "com.emixis.aidooTechnician",
      "supportsTablet": true
    },
    "android": {
      "package": "com.emixis.aidooTechnician",
      "versionCode": 1,
      "permissions": [
        "CAMERA"
      ]
    }
  }
}

My exp version is 49.2.2. Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
esamelsoncommented, Mar 23, 2018

Hi @rishiankush - you need to set it in your terminal window, e.g. EXPO_DEBUG=true exp build:ios on mac/linux or

set EXPO_DEBUG=true
exp build:ios

for windows.

However, this won’t actually change the behavior of exp at all, it will just output a bit more information for debugging purposes. If you’re having trouble, it’s best to post on our forums or open a new issue, as this one has been resolved.

1reaction
clems36commented, Feb 28, 2018

The reason for the dig command to fail was my Firewall. I disabled it and it worked fine, i’m now able to run exp build:ios smoothly. Thanks again 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting an error while building app on iphone - Apple Developer
Hi everyone,. i'm having this strange problem that i can't figure out and i hope someone of you can help me. If i...
Read more >
Oh dear! Build errors? - LoopDocs - GitHub Pages
Solution: Go to your Xcode -> Preferences (or Settings) and under the Locations tab, select your Xcode version (the figure shows 14.0.1 -...
Read more >
Getting "Swift Compile Error" while building for iOS #17722
Summary I am using expo camera on a bare RN project. Everything works fine in Android but when I run pod install for...
Read more >
IOS build errors - Xcode 13 - Stack Overflow
Below are errors while building in latest xcode 13 & Mac Apple Pro M1 chip <unknown>:0: error: module map file ...
Read more >
Error while building the IOS Native app - OutSystems
Hello,. I'm having this error when generating native app for IOS (for Android is OK): ... remote: Compressing objects: 95% (19/20)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found