SwiftUI
Framework not found FBLPromises (Swift Package Manager) 이슈
garlic
2023. 5. 2. 11:30
지금껏 개발하면서 처음 마주한 이슈로 기록용으로 남긴다. (아마 원인은 cocoapods 에서 spm 으로 옮기면서 생긴 이슈같음)
https://stackoverflow.com/questions/71495510/framework-not-found-fblpromises-swift-package-manager
Framework not found FBLPromises (Swift Package Manager)
I've seen this problem listed elsewhere, but it always seems to be linked to a Cocoapods installation of Firebase. My problem is the opposite - trying to upgrade from pods to SPM has given me this
stackoverflow.com
나는 맥북 M1 프로 모델이다.
FBLPromises는 아무리봐도 파이어베이스 관련 이슈 같은데.. 파이어베이스를 cocoapods 에서 spm 으로 옮겼는데, 전부 cocoapods 관련해서만 나오다가 발견한 해결책.
Target -> Build Settings -> Linking -> Other Linker Flags 에서 ${inherited} 를 제외하고 모두 지웠더니 빌드 및 Run 이 되었다.