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

Xcode16 CocoaPods 이슈 모음 #96

Closed
kimkyuchul opened this issue Nov 28, 2024 · 0 comments
Closed

Xcode16 CocoaPods 이슈 모음 #96

kimkyuchul opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels

Comments

@kimkyuchul
Copy link
Owner

PBXGroup attempted to initialize an object with unknown ISA PBXFileSystemSynchronizedRootGroup 에러

Looking for related issues on cocoapods/cocoapods... - ArgumentError - [Xcodeproj] Unable to find compatibility version string for object version 70 ~

Pod Install 시 The following Swift pods cannot yet be integrated as static libraries 이슈

[!] The following Swift pods cannot yet be integrated as static libraries:

The Swift pod `FirebaseCoreInternal-library` depends upon `GoogleUtilities-library`, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers => true` for particular dependencies.
  • 다음과 같이 static libraries 관련 에러 발생
target '...' do
	...
  	use_frameworks! :linkage => :static // 추가
	...
end
@kimkyuchul kimkyuchul self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant