You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,19 @@
34
34
4. Open up the `.xcworkspace` that CocoaPods created
35
35
5. Done!
36
36
37
+
__Note:__ If you have any issues with Swift 3 and CocoaPods you can try to force the version. (Cocoapods support for Swift 3 projects has been a bit wonky).
38
+
39
+
Add this to the end of your `Podfile`
40
+
41
+
```ruby
42
+
post_install do |installer|
43
+
installer.pods_project.targets.each do |target|
44
+
target.build_configurations.each do |configuration|
0 commit comments