{"id":87,"date":"2025-04-22T12:35:08","date_gmt":"2025-04-22T12:35:08","guid":{"rendered":"https:\/\/documentation.iqonic.design\/pawlly\/?p=87"},"modified":"2025-06-16T07:49:44","modified_gmt":"2025-06-16T07:49:44","slug":"how-to-build-and-run-ios-app","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/pawlly\/how-to-build-and-run-ios-app\/","title":{"rendered":"How to build and run iOS app?"},"content":{"rendered":"<div class=\"nolwrap\">\n<p>Follow these steps to set up and run your application:<\/p>\n\n\n\n<p><strong>1.Download the Project:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download the project from CodeCanyon and unzip it.<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Locate the Mobile Apps Folder:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After unzipping the file, locate the mobile apps folder. Inside, you&#8217;ll find two projects named&nbsp;<strong>&#8220;pawlly-employee app&#8221;<\/strong>&nbsp;and&nbsp;<strong>&#8220;pawlly-user app&#8221;<\/strong>&nbsp;respectively.<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Choose Project to Open:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Optionally, you can copy both projects to a new location. For this guide, we&#8217;ll open the&nbsp;<strong>&#8220;pawlly-user app&#8221;<\/strong>&nbsp;project.<\/li>\n\n\n\n<li>Open Android Studio and click on the &#8220;Open&#8221; button.<\/li>\n<\/ul>\n\n\n\n<p><strong>4. Open Project in Android Studio:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Locate the project you want to work with and open it.<\/li>\n<\/ul>\n\n\n\n<p>5. <strong>Enable Dart Support<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First, enable Dart support in the settings or by opening the main.dart file.<\/li>\n\n\n\n<li>Look for the&nbsp;<strong>&#8220;Enable Dart Support&#8221;<\/strong>&nbsp;option in the right corner and click on it to enable Dart.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1403\" height=\"919\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app1.png\" alt=\"\" class=\"wp-image-409\" \/><\/figure>\n\n\n\n<p>6. <strong>Get Dependencies<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After enabling Dart support, the&nbsp;<strong>&#8220;Get Dependencies&#8221;<\/strong>&nbsp;option will appear.<\/li>\n\n\n\n<li>Click on it to fetch the project dependencies. Any existing errors should disappear automatically after this step.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"600\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app2.png\" alt=\"\" class=\"wp-image-410\" \/><\/figure>\n\n\n\n<p>7. <strong>Install Pods<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open terminal<\/li>\n\n\n\n<li>Ensure you have CocoaPods installed (if not, install it)<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo gem install cocoapods<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to the ios directory of your Flutter project<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">cd ios<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run command to install pods<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">  pod install<\/pre>\n\n\n\n<p>OR<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">  pod install --repo-update<\/pre>\n\n\n\n<p>After completing pod generation process click on button&nbsp;<strong>&#8220;Open iOS\/macOS module in Xcode&#8221;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app3.png\" alt=\"\" class=\"wp-image-411\" \/><\/figure>\n\n\n\n<p>8. <strong>After opening Xcode once clear derived data from Settings\/Location.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1673\" height=\"1009\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app4.png\" alt=\"\" class=\"wp-image-412\" \/><\/figure>\n\n\n\n<p>Choose&nbsp;<strong>&#8220;Location&#8221;<\/strong>&nbsp;and click on arrow button. It will open Xcode directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"549\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app5.png\" alt=\"\" class=\"wp-image-413\" \/><\/figure>\n\n\n\n<p>Delete&nbsp;<strong>DerivedData<\/strong>&nbsp;folder and if you don&#8217;t want previously created archives then delete&nbsp;<strong>Archives<\/strong>&nbsp;folder too.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"876\" height=\"652\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app6.png\" alt=\"\" class=\"wp-image-414\" \/><\/figure>\n\n\n\n<p>Clear issue if exists from Product tab &#8220;Clear All Issues&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app7.png\" alt=\"\" class=\"wp-image-415\" \/><\/figure>\n\n\n\n<p>9. <strong>Choose device to run application &#8211; Real device or Simulator<\/strong><\/p>\n\n\n\n<p>To run in Simulator choose device from options available<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app8.png\" alt=\"\" class=\"wp-image-416\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app9.png\" alt=\"\" class=\"wp-image-417\" \/><\/figure>\n\n\n\n<p>10. <strong>If you encounter any error while building you can once try following steps below<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Quit Xcode<\/li>\n\n\n\n<li>Open IDE you&#8217;re using<\/li>\n\n\n\n<li>Delete&nbsp;<strong>&#8220;.symilinks&#8221;<\/strong>,&nbsp;<strong>&#8220;Pods&#8221;<\/strong>&nbsp;folders and&nbsp;<strong>&#8220;Podfile.lock&#8221;<\/strong>&nbsp;file from&nbsp;<strong>&#8220;ios&#8221;<\/strong>&nbsp;directory of your project.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"465\" height=\"576\" src=\"https:\/\/documentation.iqonic.design\/pawlly\/wp-content\/uploads\/sites\/12\/2025\/04\/build_run_iOS_app10.png\" alt=\"\" class=\"wp-image-418\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open terminal<\/li>\n\n\n\n<li>Run command below :<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">   flutter clean;flutter pub get;cd ios;pod install --repo-update<\/pre>\n\n\n\n<p>After completion pod update process click on button&nbsp;<strong>&#8220;Open iOS\/macOS module in Xcode&#8221;<\/strong>&nbsp;from Podfile like show in Step 7.<\/p>\n\n\n\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Follow these steps to set up and run your application: 1.Download the Project: 2. Locate the Mobile Apps Folder: 3. Choose Project to Open: 4. Open Project in Android Studio: 5. Enable Dart Support 6. Get Dependencies 7. Install Pods sudo gem install cocoapods cd ios pod install OR pod install &#8211;repo-update After completing pod [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":76,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-87","post","type-post","status-publish","format-standard","hentry","category-pawlly"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/pawlly\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/posts\/87","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/comments?post=87"}],"version-history":[{"count":3,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/posts\/87\/revisions"}],"predecessor-version":[{"id":420,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/posts\/87\/revisions\/420"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/posts\/76"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/media?parent=87"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/categories?post=87"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/pawlly\/wp-json\/wp\/v2\/tags?post=87"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}