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

🐛 iOS example app does not want to start #1211

Closed
2 tasks done
kacper-szewczyk opened this issue Jun 10, 2024 · 1 comment · Fixed by #1225
Closed
2 tasks done

🐛 iOS example app does not want to start #1211

kacper-szewczyk opened this issue Jun 10, 2024 · 1 comment · Fixed by #1225
Labels

Comments

@kacper-szewczyk
Copy link

Prerequisites

  • I checked the documentation and FAQ without finding a solution
  • I checked to make sure that this issue has not already been filed

Expected Behavior

Typing react-native run-ios should run ios version of example

Current Behavior

react-native run-ios
(node:72636) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
info Found Xcode workspace "BlePlxExample.xcworkspace"
info Found booted iPhone SE (3rd generation)
info Building (using "xcodebuild -workspace BlePlxExample.xcworkspace -configuration Debug -scheme BlePlxExample -destination id=E1C57F89-CC46-45AC-B921-E496563DFA33")

info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor

error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'BlePlxExample.xcworkspace'.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace BlePlxExample.xcworkspace -configuration Debug -scheme BlePlxExample -destination id=E1C57F89-CC46-45AC-B921-E496563DFA33

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Library version

3.2.0

Device

iOS

Environment info

---

Steps to reproduce

  1. git clone latest version
  2. npm install in main folder
  3. npm install in example folder
  4. pod install in example/ios
  5. npm run ios

Formatted code sample or link to a repository

https://github.com/dotintent/react-native-ble-plx

Relevant log output

react-native run-ios
(node:72636) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
info Found Xcode workspace "BlePlxExample.xcworkspace"
info Found booted iPhone SE (3rd generation)
info Building (using "xcodebuild -workspace BlePlxExample.xcworkspace -configuration Debug -scheme BlePlxExample -destination id=E1C57F89-CC46-45AC-B921-E496563DFA33")

info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor 

error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'BlePlxExample.xcworkspace'.
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace BlePlxExample.xcworkspace -configuration Debug -scheme BlePlxExample -destination id=E1C57F89-CC46-45AC-B921-E496563DFA33

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Prepare packages

ComputeTargetDependencyGraph
...



The following build commands failed:
	PhaseScriptExecution [CP-User]\ [Hermes]\ Replace\ Hermes\ for\ the\ right\ configuration,\ if\ needed /Users/kszewczyk/Library/Developer/Xcode/DerivedData/BlePlxExample-euyuystoqfprngeuczkyqazkryyq/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Script-46EB2E00015930.sh (in target 'hermes-engine' from project 'Pods')
(1 failure)

Additional information

No response

@madej10
Copy link

madej10 commented Jun 11, 2024

Thanks for bringing this to our attention. We'll look into it as soon as we get the chance 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants