minimum deployment target for iOS #994
Replies: 2 comments
-
You can create a podfile and include the following:
However, strongly suggested to have a mac machine to build ios applications, but you can check this blog which will guide you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to build iOS app with Codemagic but I have this error:
_Specs satisfying the
ar_flutter_plugin (from.symlinks/plugins/ar_flutter_plugin/ios
)dependency were found, but they required a higher minimum deployment target._
I should update or create Podfile (to add platform :ios, '13.0') but I have no Mac or iOS.
So I cant generate Podfile with Android Studio..etc
There is any solution to create a Podfile or add this minimum deployment target variable during codemagic?
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions