Search code examples
iosxcodecocoapodsapple-m1

Missing Cocoapods frameworks in Xcode Proj


I created a brand new iOS game application and ran 'pod install' using the Podfile in the screenshot. The project will build and run just fine despite the missing frameworks. I can delete the references in the Navigator but running 'pod install' will put them back.

Screenshot

Note: I'm on an M1 macbook, not sure if this is expected behavior when using ARM architecture. Has anyone seen this before?

I'm running the following: CocoaPods : 1.13.0 Ruby : ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22] RubyGems : 3.4.10 Host : macOS 13.4.1 ((c)) Xcode : 14.3.1 (14E300c) Git : git version 2.39.2 (Apple Git-143) Ruby lib dir : /opt/homebrew/Cellar/ruby/3.2.2_1/lib


Solution

  • I ended up using Swift Package Manager instead of cocoapods and no more missing framework links