On doing npx cap sync. What am I missing? It was working good with beta.8

✖ Updating iOS native dependencies:
✖ update ios:
[error] Error running update: Analyzing dependencies
Fetching podspec for `Capacitor` from `../../node_modules/@capacitor/ios`
Fetching podspec for `CapacitorCordova` from `../../node_modules/@capacitor/ios`
Fetching podspec for `CordovaPlugins` from `../capacitor-cordova-ios-plugins`
[!] CocoaPods could not find compatible versions for pod "Capacitor":
In Podfile:
Capacitor (from `../../node_modules/@capacitor/ios`)
Specs satisfying the `Capacitor (from `../../node_modules/@capacitor/ios`)` dependency were found, but they required a higher minimum deployment target.
Hi @jcesarmobile , could you please help with this.
Latest beta dropped support for iOS 10, so you have to change the project deployment target to iOS 11. It was mentioned on the release notes as breaking change.
Thanks that fixed that bug. Now getting this:

Did you run npx cap update ios again?
The GCDWebServer is gone on latest beta too, so those files are gone, but shouldn't complain about it.
Also try to do a Product -> Clean build folder in Xcode so it cleans old files that might be still there.
Also try closing Xcode and running npx cap update ios again with Xcode closed and then do npx cap open ios. Xcode 10 is having some weird caching issues when running update while Xcode is open.
Restarting xCode fixed my issue. Thanks @jcesarmobile .
Most helpful comment
Did you run
npx cap update iosagain?The GCDWebServer is gone on latest beta too, so those files are gone, but shouldn't complain about it.
Also try to do a Product -> Clean build folder in Xcode so it cleans old files that might be still there.
Also try closing Xcode and running
npx cap update iosagain with Xcode closed and then donpx cap open ios. Xcode 10 is having some weird caching issues when running update while Xcode is open.