formotion icon indicating copy to clipboard operation
formotion copied to clipboard

Possible issue: swizzle UITableViewCell private method error

Open sarcilav opened this issue 11 years ago • 1 comments

Hey Guys,

I'm studying to start using formotion, for a new client job, but I'm getting that swizzle is a private method for UITableViewCell when deploying an app with formotion installed to an iphone, and the only way that seems to bypass the error and complete the deploy is using the following changes https://github.com/sarcilav/formotion/commit/06d540047ee269dc61dbadabfdcce1d83b00bf89 .

In the other hand, when I deploy and run the app (without my changes) on the simulator it works. So I'm not sure if my solution is a real solution for this problem.

Thanks

motion --version
2.22
xCode Version 5.0.2
formotion (1.6)

PD: I still need to try with the new version 1.7

sarcilav avatar Feb 05 '14 16:02 sarcilav

Can you run the KitchenSink example on your device? It's working for me

Are you bundling any other libraries with your app?

clayallsopp avatar Feb 08 '14 00:02 clayallsopp