Skip to content
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

Closed
ghost opened this issue Dec 8, 2014 · 4 comments
Closed

Uses pre-release version of CocoaLumberjack #11

ghost opened this issue Dec 8, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 8, 2014

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 running pod 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 by Podfile
  • CocoaLumberjack (= 2.0.0-beta3) required by Podfile.lock
  • CocoaLumberjack required by Kickflip (1.1)
  • CocoaLumberjack (~> 1) required by YapDatabase/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.

@ghost
Copy link
Author

ghost commented Dec 8, 2014

Deleting the content of ~/Library/Developer/Xcode/DerivedData removed the last error, but now I get:
KickFlip/kickflip-ios-example/Pods/Kickflip/Kickflip/Utilities/KFLog.h:13:9: 'CocoaLumberjack/CocoaLumberjack.h' file not found

@ghost
Copy link
Author

ghost commented Dec 8, 2014

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

@chrisballinger
Copy link
Member

Sorry about that, I will try to resolve these issues soon.

On Mon, Dec 8, 2014 at 12:36 PM, Randy Lutcavich [email protected]
wrote:

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
#10


Reply to this email directly or view it on GitHub
#11 (comment)
.

@chrisballinger
Copy link
Member

Fixed in 1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant