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

Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found #41141

Closed
liuyunqiang opened this issue Oct 21, 2023 · 10 comments
Labels
Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Triage 🔍 Type: Too Old Version

Comments

@liuyunqiang
Copy link

Description

Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found

React Native Version

0.64.2

Output of npx react-native info

System:
OS: macOS 14.0
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 949.20 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.13.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 9.6.7 - /usr/local/bin/npm
Watchman: 2021.08.23.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.12.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0
Android SDK: Not Found
IDEs:
Android Studio: 2022.3 AI-223.8836.35.2231.10671973
Xcode: 15.0/15A240d - /usr/bin/xcodebuild
Languages:
Java: 11.0.19 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.2 => 0.64.2
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found

Steps to reproduce

截屏2023-10-22 04 09 14

Snack, screenshot, or link to a repository

截屏2023-10-22 04 09 14
@github-actions github-actions bot added the Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. label Oct 21, 2023
@github-actions
Copy link

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

@github-actions
Copy link

⚠️ Too Old Version of React Native
ℹ️ It looks like your issue or the example you provided uses a Too Old Version of React Native.

Due to the number of issues we receive, we're currently only accepting new issues against one of the supported versions. Please upgrade to latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If you cannot upgrade, please open your issue on StackOverflow to get further community support.

@RikSchefferOberon
Copy link

You should try to run it with the Environment variable NO_FLIPPER=1
And you should add this to the react-native.config.js:
dependencies: { ...(process.env.NO_FLIPPER ? {'react-native-flipper': {platforms: {ios: null}}} : {}), },

@solitarysp
Copy link

I also have the error, can anyone help me :((

@keremoge
Copy link

Same problem here with Xcode 15.2 and RN 0.72.12

@vadimt2
Copy link

vadimt2 commented Apr 4, 2024

Same here

@chgouthamraj
Copy link

same here

@mahmoudshaeerhomzmart
Copy link

+1

@IseeUDenis
Copy link

same here

@duongnguyen17
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Needs: Triage 🔍 Type: Too Old Version
Projects
None yet
Development

No branches or pull requests

9 participants