I'm trying to fix this issue for hours, but it still persists. Tried everything on the forums, nothing helped. I'm using Cocoapods latest version 1.2.0.beta.1 When I try to build the project, it gives me this:
相关问题
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
- Get the NSRange for the visible text after scroll
- UIPanGestureRecognizer is not working in iOS 13
- What does a Firebase observer actually do?
相关文章
- Using if let syntax in switch statement
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
- Popover segue to static cell UITableView causes co
My solution was restarting my computer. Xcode must have got into a bad state that restarting Xcode itself was not enough to fix.
I have just updated my pods again and It started working.
Thanks!
Here is what I did to remove this error. Please try with below:
I had this problem when I used to check the crash Analytics with the different frameworks like "Test Fairy".
Hope this works. :)
I'm using
Carthage
, the reason these errors came out was because I changed the target iOS version from iOS 10 to iOS 9, I solved this problem by runningcarthage update
again.Just go to the Terminal and find your file and type in "pod install", that will solve the problem.
For me (Xcode 9)
pod install
on its own did not fix it. Tried it with:And the error disappeared.
You might also want to consider deleting the derived data folders for this project. The location of DerivedData is in your error log.