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
Pod Install 시 The following Swift pods cannot yet be integrated as static libraries 이슈
[!] The following Swift pods cannot yet be integrated asstatic 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 asstatic 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
Podfiles에서 use_frameworks! 뒤에 :linkage => :static 추가
PBXGroup
attempted to initialize an object with unknown ISAPBXFileSystemSynchronizedRootGroup
에러PBXGroup
attempted to initialize an object with unknown ISAPBXFileSystemSynchronizedRootGroup
CocoaPods/CocoaPods#12456 (comment)Looking for related issues on cocoapods/cocoapods... - ArgumentError - [Xcodeproj] Unable to find compatibility version string for object version
70
~70
. CocoaPods/CocoaPods#12671 (comment)Pod Install 시 The following Swift pods cannot yet be integrated as static libraries 이슈
The text was updated successfully, but these errors were encountered: