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

Scanning Pods hangs #27

Closed
krzysztofzablocki opened this issue Apr 10, 2014 · 4 comments
Closed

Scanning Pods hangs #27

krzysztofzablocki opened this issue Apr 10, 2014 · 4 comments
Labels

Comments

@krzysztofzablocki
Copy link

Hey,
New version adds scanning pods for generation, that makes my whole xcode hang unfortunately, it works fine if I remove pods scanning.

Did you notice that?

@krzysztofzablocki krzysztofzablocki changed the title Scanning Pods Scanning Pods hangs Apr 10, 2014
@yuriy-tolstoguzov
Copy link
Contributor

@krzysztofzablocki
Yeah, that was one of our old bugs, it happens because of our regular expression imperfection and implementation of NSRegularExpression (in some cases it just searches infinitely).

@yuriy-tolstoguzov
Copy link
Contributor

@krzysztofzablocki
Unfortunately I don't experience such problem, it probably means that file that causes hanging is not in my pods configuration. If you can, please share your Podfile, so I can find the origin of the problem.

@krzysztofzablocki
Copy link
Author

platform :ios, '6.0'
pod 'libObjCAttr'
pod 'MZFormSheetController'
pod 'Parse'

target :KZReplayTests, :exclusive => true do
pod 'Kiwi/XCTest'
end

post_install do |installer|
require File.expand_path('ROADConfigurator.rb', './Pods/libObjCAttr/libObjCAttr/Resources/')
ROADConfigurator::post_install(installer)
end

@yuriy-tolstoguzov
Copy link
Contributor

@krzysztofzablocki
I've repeated it, thanks. I'll check it later today.

yuriy-tolstoguzov pushed a commit to yuriy-tolstoguzov/lib-obj-c-attr that referenced this issue Apr 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants