question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On updating to beta.11 from beta.8 getting error on sync

See original GitHub issue

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

screenshot 2018-12-07 at 10 45 59 pm
✖ 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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jcesarmobilecommented, Dec 7, 2018

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.

2reactions
jcesarmobilecommented, Dec 7, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[9 Solutions] Fix an Error Occurred While Checking for A ...
This passage explains why an error occurred while checking for a software update on iPhone and give 9 solutions to fix iOS update...
Read more >
Beta | Apple Developer Forums
Last night I restored my iPhone 11 Pro Max to iOS 14 beta. ... through finder and I get the following error: "Activation...
Read more >
6 Ways to Fix iOS 16 Software Update Failed (100% Work)
Updating the iOS software can be failed due to several reasons. The worst part is that troubleshooting the problem isn't easy at all....
Read more >
7 Fixes iOS 16.2 Update Not showing up iOS 16.1 Up to Date?
Open Settings App > Tap General > Click VPN & Device Management > Click on iOS 16 Beta Software Profile appear under the...
Read more >
How to Fix the 'Software Update Is Required to Connect to ...
If your iPhone is running a newer version of iOS than the macOS version you're running currently supports, you will not be able...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found