-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Got "Trace/BPT trap: 5" after calling pod update #592
Comments
Did you update to Mountain Lion before the last update? This looks like a borked gem. |
Hi, no I had Mountain Lion already installed before |
The bug seems to be somehow related to the new Flurry SDK (4.0.5) This Podfile works: pod 'AFNetworking', '1.0' This doesn't (see the difference in the Flurry version definition) pod 'AFNetworking', '1.0' |
Got the same problem with FlurrySDK 4.0.5 (No Podfile.lock, Pods.xcodeproj, .xcworkspace generated)! 4.0.4 works fine!
|
(Just dumping notes, won’t be able to fix this immediately.) The problem is in the xcodeproj ext:
|
@rist Until the xcodeproj fix is released, you could work around it by removing those characters from FlurrySDK's license file yourself. |
Oh I see, I just copied the file from Flurry to the latest version. I'll will change that later today. |
@jk Thanks! |
[Add] MMCounterView (0.6.1)
pod update worked fine until today. pod outdated told me that FlurrySDK got updated to 4.0.5 and since then pod update gives me that error.
the xcode workspace is still workable but not really sure if it's 100% correct.
here's some console ouput:
pod --verbose update
Resolving dependencies of `./Podfile'
Finding added, modified or removed dependencies:
Updating spec repositories
Updating spec repo `master'
$ /usr/bin/git pull
Already up-to-date.
Resolving dependencies for target `default' (iOS 5.0)
Downloading dependencies
-> Using AFNetworking (1.0)
-> Using Facebook-iOS-SDK (3.1.1)
-> Installing FlurrySDK (4.0.5)
-> Using HockeySDK (2.5.2)
-> Using MBProgressHUD (0.5)
-> Using UrbanAirship-iOS-SDK (1.3.3)
Generating support files
Trace/BPT trap: 5
The text was updated successfully, but these errors were encountered: