I struggled with this for several hours today and this is what finally worked for me:
sudo gem update cocoapods --pre
pod update
- clean
- build
From what I’ve read, this is an issue with the new build process that is enabled by default in Xcode 10.2 though I’ve not found the workaround clearly documented anywhere yet. There may be a more elegant solution than what I described.
Related Contents:
- Undefined symbols for architecture arm64
- How do I install CocoaPods?
- Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
- Error “library not found for” after putting application in AdMob
- The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1
- Cocoapods Warning – CocoaPods did not set the base configuration of your project because because your project already has a custom config set
- Xcode – ld: library not found for -lPods
- ld: framework not found Pods
- Class is implemented in both, One of the two will be used. Which one is undefined
- How to use local-only project via CocoaPods
- Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo
- How to remove the Xcode warning Apple Mach-O Linker Warning ‘Pointer not aligned at address
- when running pod install I get The `master` repo requires CocoaPods 0.32.1, try updating but still in 0.31
- How to force a UIViewController to Portrait orientation in iOS 6
- This certificate has an invalid issuer Apple Push Services
- Giving UIView rounded corners
- error: ‘Flutter/Flutter.h’ file not found when flutter run on iOS
- Converting Storyboard from iPhone to iPad
- Xcode 4.2 debug doesn’t symbolicate stack call
- File is universal (three slices), but it does not contain a(n) ARMv7-s slice error for static libraries on iOS, anyway to bypass?
- Remove or uninstall library previously added : cocoapods
- iOS Universal Links are not opening in-app
- Xcode iOS 8 Keyboard types not supported
- How to increase the height of navigation bar in Xcode?
- Objective C NSString* property retain count oddity
- How to export “fat” Cocoa Touch Framework (for Simulator and Device)?
- Xcode NSManagedObject subclass contains optionals when they are marked as non-optional
- ld: library not found for -lstdc++.6
- Xcode is looking for core data entity names with dot; not compiling
- How to create a delay in Swift?
- How can I programmatically determine if my app is running in the iphone simulator?
- SecItemAdd always returns error -34018 in Xcode 8 in iOS 10 simulator
- pod install -bash: pod: command not found
- iphone: Where the .dSYM file is located in crash report
- What is the second parameter of NSLocalizedString()?
- Xcode 6 – Launch simulator from command line
- `React/RCTBridgeModule.h` file not found
- Instruments Allocations track alloc and dealloc of objects of user defined classes
- UITableView Checkmark ONLY ONE Row at a Time
- How to remove provisioning profiles from Xcode
- Xcode 8.3 / Xcode 9.0 Refresh provisioning profile devices
- iOS Prefix.pch best practices
- Xcode: “This app could not be installed at this time.”
- Entitlements file do not match those specified in your provisioning profile.(0xE8008016)
- Xcode keeps building storyboard after each keystroke
- XCTest and asynchronous testing in Xcode 6
- Is there a way to test my Xcode 7.2-compiled app with iOS 9.3?
- How to obtain Certificate Signing Request
- What are the benefits of using Storyboards instead of xib files in iOS programming?
- iOS Designated Initializers : Using NS_DESIGNATED_INITIALIZER