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

[자주 발생하는 문제] Mac OS Sequoia 업데이트 후 생기는 이슈 해결 법 #93

Open
AlphanoJack opened this issue Sep 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AlphanoJack
Copy link
Contributor

문제 설명

업데이트 하고나서 코드 편집기 프로그램하고 xcode연결의 자동화가 풀리는 이슈가 있습니다 .
ios빌드 진행해도 xcode가 열리지 않는 문제가 있습니다

설정 > 개인정보 보호 및 보안 > 자동화 가신 후에 코드 편집기와 xCode 토글 스위치 다시 On 처리 해주시면 됩니다 .
스크린샷 2024-09-21 오후 4 52 24

xCode 16 버전 업데이트 하시고 빌드 하시게되면 Firebase를 사용하시게 되는 경우
crashlytics 버젼관련 에러를 내뱉으면서 빌드되지 않는 이슈가 있습니다.

OS업데이트 안하신 경우에는 구버젼을 받아주시거나
https://developer.apple.com/download/all/

Os업데이트를 하신경우에는
xcode > 'your Project' > Runner > BuildSettings > "Allow Non-modular Includes In Framework Modules = Yes"

스크린샷 2024-09-21 오후 4 58 28

이렇게 처리 해주시면 됩니다.

@AlphanoJack AlphanoJack added the bug Something isn't working label Sep 21, 2024
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

1 participant