Building Standalone App Locally

I’m trying to build my expo app into a standalone app locally using the instructions here

Setup went smoothly, but when I run gulp ios-shell-app --action build --type archive --configuration Release, it fails with the error

[!] CocoaPods could not find compatible versions for pod “ExpoKit/Core”:
In Podfile:
ExpoKit/Core (from ../../..)

Specs satisfying the ExpoKit/Core (from …/…/…) dependency were found, but they required a higher minimum deployment target.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.