-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uses pre-release version of CocoaLumberjack
#11
Comments
Deleting the content of ~/Library/Developer/Xcode/DerivedData removed the last error, but now I get: |
After removing every reference to the CocoaLumberjack library, I was able to install the app on an iOS device. But now I receive the 'Error starting stream: unsupported URL" issue mentioned here: #10 |
Sorry about that, I will try to resolve these issues soon. On Mon, Dec 8, 2014 at 12:36 PM, Randy Lutcavich [email protected]
|
Fixed in 1.2 |
Error after running pod install:
[!] Due to the previous naïve CocoaPods resolver, you were using a pre-release version of
CocoaLumberjack
, without explicitly asking for a pre-release version, which now leads to a conflict. Please decide to either use that pre-release version by adding the version requirement to your Podfile (e.g.pod 'CocoaLumberjack', '= 2.0.0-beta3'
) or revert to a stable version by runningpod update CocoaLumberjack
.'I tried both adding the version requirement and reverting to a stable version...
Adding the version requirement results in this error when running pod install:
[!] Unable to satisfy the following requirements:
CocoaLumberjack (= 2.0.0-beta3)
required byPodfile
CocoaLumberjack (= 2.0.0-beta3)
required byPodfile.lock
CocoaLumberjack
required byKickflip (1.1)
CocoaLumberjack (~> 1)
required byYapDatabase/common (2.5.3)
Updating to the latest version results in this error when running pod install:
[!] UIView+AutoLayout has been deprecated in favor of PureLayout
pod update then trying to run with Xcode results in several errors:
The file “Pods.debug.xcconfig” couldn’t be opened because there is no such file. (kickflip-ios-example/Pods/Target Support Files/Pods/Pods.debug.xcconfig)
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
KickFlip/kickflip-ios-example/Pods/Headers/Public/FFmpeg/libavutil/time.h' has been modified since the precompiled header '/Users/453209/Library/Developer/Xcode/DerivedData/Kickflip-abzgqvlwatwzqigykvmelfuqkmpo/Build/Intermediates/PrecompiledHeaders/Pods-BButton-prefix-gahamyasqqctnuaftzksrcqmfeun/Pods-BButton-prefix.pch.pch' was built
Cleaning the project fixes all of these issue except the last (time.h has been modified since the precompiled header Pods-AFNetworking-prefix.pch.pch was built)
This is where I am stuck. I cannot run the iOS example at all.
The text was updated successfully, but these errors were encountered: