Apparently installing cocoapods version 1.10.0 fixes it all.
If that doesn't work for you, please continue reading.
There's lots of temp fixes that'll definitely work for you.
Here's the command to uninstall and reinstall that 1.10.1 version:
gem uninstall cocoapods; gem install cocoapods -v '1.10.1'
ONLY CONTINUE READING IF THE ABOVE DIDN'T WORK FOR YOU.
If you are an experienced Xcode user, just look at the image below, you'll know exactly what to do, else feel free to follow the detailed steps.
If updating cocoapods
didn't work for you, try this...which worked for me.
Please note: This is a workaround. Once cocoapods
fix this in future releases, please update cocoapods instead of doing the workaround.
@iHS has a great temp cocoapods fix
@haley-huynh has a great cocoapods update example.
@bogdan-razvan Said that running sudo gem install cocoapods
fixed the problem for him ... Maybe give it a shot if not already!
All of those are worth giving a shot before this workaround.
With that said, we don't always have time to wait for fix releases ??...So open Xcode and let's get to the workaround.
Step 1: Navigate
- In your navigator (Project files on the left), click on
Pods
(It usually has this blue xcode file next to it). Once you clicked on it, it should have opened the pods targets and settings on the right.
Step 2: Build Settings
- Select
Build Settings
and then also make sure All
is selected out of the three build settings filter types (Basic
, Customized
and All
)
Step 3: Search
- In the build settings, search for
quoted include
.
- You should now see the setting
Quoted Include In Framework Header
Step 4: Set to No
- Change the value of the setting
Quoted Include In Framework Header
to No
Step 4: Rebuild
- Rebuild that sexy project of yours!
Step 5: Don't be fooled
- After rebuilding your project. If you still see errors, make sure to checkout what those errors are because it surely isn't the quote errors.
He's a picture for some visual stimulation:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…