Michael Rozenblat

Results 12 comments of Michael Rozenblat

Having the Same issue after upgrading from 63 to 64 Solved it by: 1.Setting **Dead Code Stripping** to **YES** (in TARGET ) 2. In Header Search Path made **"${PODS_ROOT}/Headers/Public" -...

I have the same issue in my case the shell is hanging after `cd` or any other command in a folder where _Gemfile_ exists my default is 3.0.0. what should...

When trying to enter cocoapods directory `Unknown ruby interpreter version (do not know how to handle): >2.0.0.` ``` system: uname: "Darwin mr 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22...

@alexventuraio installed the latest version of RVM the issue still persists. tried to install ruby 2.0.0 (`rvm install 2.0.0`) ``` Error running '__rvm_make -j12', please read /Users/michaelrozenblat/.rvm/log/1665416281_ruby-2.0.0-p648/make.log There has been...

@alexventuraio The previous logs were with ruby3.0.0. The last logs (as u suggested [here](https://github.com/rvm/rvm/issues/4751#issuecomment-1273447544)) to update RVM and to use the latest ruby 2.0.0 are showing 2.0.0. The last log...

Having the same issue: ``` self.analyticMock = OCMPartialMock([PNDAnalyticsMessageManager sharedInstance]); void (^theBlock)(NSInvocation *) = ^(NSInvocation *invocation) { NSDictionary *value; [invocation getArgument:&value atIndex:2]; }; OCMStub([self.analyticMock put:[OCMArg any]])._andDo(theBlock); - (void) tearDown { [self.analyticMock...

Any progress on this issue as we also experience it and we r heavy dependent on Texture. (or possible work around would )

I still don't understand how that related to the tests? Why the test got stuck even though the Texture related code wasn't invoke, (I see some dynamic invocation when loading...

Same issue Channel stable, 3.3.3 (Android) Android Studio (version 4.1)

Why not to build OCmock as xcframework? that should resolve the issue no? O I see it was already added in the artifacts https://github.com/erikdoe/ocmock/releases