You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a react native module which needs an external library. I've copied it to the root of the project and then I've added in .podspec file s.vendored_frameworks = "XXXX.xcframework"
This works, but when I do yarn prepare the XXXX.xcframework is not copied and then when I install it in my project the framework is not there and I cannot use it
Description
Hi,
I've made a react native module which needs an external library. I've copied it to the root of the project and then I've added in .podspec file
s.vendored_frameworks = "XXXX.xcframework"
This works, but when I do
yarn prepare
the XXXX.xcframework is not copied and then when I install it in my project the framework is not there and I cannot use itPackages
Selected options
default options
Link to repro
https://github.com
Environment
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Pro
Memory: 1.30 GB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.20.2
path: ~/Library/Caches/fnm_multishells/2229_1723662098682/bin/node
Yarn:
version: 3.6.1
path: ~/Library/Caches/fnm_multishells/2229_1723662098682/bin/yarn
npm:
version: 10.5.0
path: ~/Library/Caches/fnm_multishells/2229_1723662098682/bin/npm
Watchman:
version: 2024.07.15.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/carlos/.rbenv/shims/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:
- "28"
- "29"
- "30"
- "31"
- "32"
- "33"
- "34"
Build Tools:
- 30.0.3
- 33.0.1
- 34.0.0
System Images:
- android-31 | Google APIs ARM 64 v8a
- android-32 | Google APIs ARM 64 v8a
- android-33-ext5 | Google Play ARM 64 v8a
- android-33 | Google APIs ARM 64 v8a
- android-33 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.15989.150.2411.11948838
Xcode:
version: 15.3/15E204a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.9
path: /usr/bin/javac
Ruby:
version: 2.7.5
path: /Users/carlos/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.3
wanted: 0.74.3
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: false
newArchEnabled: false
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
The text was updated successfully, but these errors were encountered: