We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e09ab commit ca831c7Copy full SHA for ca831c7
README.md
@@ -138,6 +138,20 @@ end
138
139
Replace `YOUR_TARGET_NAME` and then, in the `Podfile` directory, type:
140
141
+**:warning: If you want to use CocoaPods with Xcode 8.0 beta and Swift 2.3, you might need to add the following
142
+lines to your podfile: :warning:**
143
+
144
+```
145
+ post_install do |installer|
146
+ installer.pods_project.targets.each do |target|
147
+ target.build_configurations.each do |config|
148
+ config.build_settings['SWIFT_VERSION'] = '2.3'
149
+ config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
150
+ end
151
152
153
154
155
```
156
$ pod install
157
0 commit comments