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

expo:utils:scheme ios application Info.plist path: null +0ms #181

Open
ghost opened this issue Jul 16, 2023 · 0 comments
Open

expo:utils:scheme ios application Info.plist path: null +0ms #181

ghost opened this issue Jul 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jul 16, 2023

Summary

I receive this error when building eas expo development build for android

[RUN_GRADLEW] Build failed with an exception.
[RUN_GRADLEW] * Where:
[RUN_GRADLEW] Settings file '/tmp/audrew/eas-build-local-nodejs/cbe9b70a-3176-42fd-b071-ecb5c8303f38/build/android/settings.gradle' line: 10
[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] A problem occurred evaluating settings 'TA'.
[RUN_GRADLEW] >
[RUN_GRADLEW] path may not be null or empty string. path='null'

Note: Project running fine locally when npx expo prebuild command is done.

Config Plugin

@config-plugins/react-native-ble-plx

What platform(s) does this occur on?

Android

SDK Version

49

Reproducible demo

app.json look like this

  "expo": {
    "plugins": [
      [
        "@config-plugins/react-native-ble-plx",
        {
          "isBackgroundEnabled": true,
          "modes": ["peripheral", "central"],
          "bluetoothAlwaysPermission": "Allow $(PRODUCT_NAME) to connect to bluetooth devices"
        }
      ]
    ]
  }
} ```
@ghost ghost added the bug Something isn't working label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants