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 not working: Turbo c++ and Objective-C Project React native 0.77 #760

Open
1 of 2 tasks
pawanpyakurel opened this issue Feb 3, 2025 · 3 comments
Open
1 of 2 tasks
Labels
bug Something isn't working needs-response

Comments

@pawanpyakurel
Copy link

pawanpyakurel commented Feb 3, 2025

Description

I have created the local Project with: create-react-native-library and followed every steps:

command used:

npx create-react-native-library@latest awesome-library --local

Image

npx create-react-native-library@latest react-native-fluid-synth --local
✔ Where do you want to create the library? … modules/react-native-fluid-synth
✔ What is the name of the npm package? … react-native-fluid-synth
✔ What is the description for the package? … rn fluid synth
✔ What type of library do you want to develop? › Turbo module
✔ Which languages do you want to use? › C++ for Android & iOS
✔ Project created successfully at modules/react-native-fluid-synth!

Packages

  • create-react-native-library
  • react-native-builder-bob

Selected options

Image


Image

Link to repro

https://github.com/pawanpyakurel/rn-cli-flutty

Environment

System:
OS: macOS 14.5
CPU: (10) arm64 Apple M2 Pro
Memory: 287.44 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.18.0
path: ~/.nvm/versions/node/v18.18.0/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 9.8.1
path: ~/.nvm/versions/node/v18.18.0/bin/npm
Watchman:
version: 2024.03.18.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.14.3
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.4
- iOS 17.4
- macOS 14.4
- tvOS 17.4
- visionOS 1.1
- watchOS 10.4
Android SDK:
API Levels:
- "31"
- "33"
- "34"
Build Tools:
- 30.0.2
- 30.0.3
- 31.0.0
- 33.0.0
- 33.0.1
- 33.0.2
- 34.0.0
System Images:
- android-33 | Google APIs ARM 64 v8a
- android-33 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.10671973
Xcode:
version: 15.3/15E204a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.6
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.0.1
wanted: 15.0.1
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.77.0
wanted: 0.77.0
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true

@pawanpyakurel pawanpyakurel added the bug Something isn't working label Feb 3, 2025
@atlj atlj pinned this issue Feb 7, 2025
@atlj atlj unpinned this issue Feb 7, 2025
@atlj
Copy link
Collaborator

atlj commented Feb 7, 2025

Hey @pawanpyakurel I'm not able to see https://github.com/pawanpyakurel/rn-cli-flutty, could you make it public or create another minimal reproducable example?

@pawanpyakurel
Copy link
Author

Hey @pawanpyakurel I'm not able to see https://github.com/pawanpyakurel/rn-cli-flutty, could you make it public or create another minimal reproducable example?

I have changed #import "generated/RNFluidSynthSpec/RNFluidSynthSpec.h" to #import "RNFluidSynthSpec/RNFluidSynthSpec.h" then it works perfectly

Need to update this.

@pawanpyakurel
Copy link
Author

pawanpyakurel commented Feb 7, 2025

I have created the PR with fix:
#764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-response
Projects
None yet
Development

No branches or pull requests

2 participants