Browse Source

更改IOS依赖包问题

i2edu 5 years ago
parent
commit
2be422b80e
2 changed files with 22 additions and 2 deletions
  1. 21 2
      .idea/workspace.xml
  2. 1 0
      ios/amap_location.podspec

+ 21 - 2
.idea/workspace.xml

@@ -73,15 +73,34 @@
       <option name="project" value="LOCAL" />
       <updated>1585295021580</updated>
     </task>
-    <option name="localTasksCounter" value="2" />
+    <task id="LOCAL-00002" summary="更改IOS依赖包问题">
+      <created>1585301086929</created>
+      <option name="number" value="00002" />
+      <option name="presentableId" value="LOCAL-00002" />
+      <option name="project" value="LOCAL" />
+      <updated>1585301086929</updated>
+    </task>
+    <option name="localTasksCounter" value="3" />
     <servers />
   </component>
+  <component name="Vcs.Log.History.Properties">
+    <option name="COLUMN_ORDER">
+      <list>
+        <option value="0" />
+        <option value="2" />
+        <option value="3" />
+        <option value="1" />
+      </list>
+    </option>
+  </component>
   <component name="Vcs.Log.Tabs.Properties">
     <option name="TAB_STATES">
       <map>
         <entry key="MAIN">
           <value>
-            <State />
+            <State>
+              <option name="COLUMN_ORDER" />
+            </State>
           </value>
         </entry>
       </map>

+ 1 - 0
ios/amap_location.podspec

@@ -18,6 +18,7 @@ A new Flutter plugin.
   s.dependency 'Flutter'
   s.dependency 'AMapLocation', '~>2.6.4'
   s.platform = :ios, '8.0'
+  s.static_framework = true
   # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
   s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
 end