marmelroy / PeekPop

Peek and Pop with backwards-compatibility
MIT License
1.95k stars 123 forks source link

Fix Podfile, fix warnings after using "pod install" command and add missing "super.viewDidLoad()" method in "Sample" demo project #5

Closed albinekcom closed 8 years ago

albinekcom commented 8 years ago

A command pod install should work properly and it will not return warnings:

[!] The Sample [Debug] target overrides the EMBEDDED_CONTENT_CONTAINS_SWIFT build setting defined in `Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig'. This can lead to problems with the CocoaPods installation

[!] The Sample [Release] target overrides the EMBEDDED_CONTENT_CONTAINS_SWIFT build setting defined in `Pods/Target Support Files/Pods-Sample/Pods-Sample.release.xcconfig'. This can lead to problems with the CocoaPods installation

marmelroy commented 8 years ago

Thanks a lot @albinekcom!