-
Notifications
You must be signed in to change notification settings - Fork 20
Cannot get it to work... #21
Description
Hi,
I am not new to Ti but with TiPaperFold I tried the first time to compile a module.
I tried everything now for 2 days and I'm close to give up.
I imported the module to TiStudio, added the necessary files to PaperFold-for-iOS. Packaged the module without errors. Added it to a test project with your demo code (app.js).
Problem: I get an error when running it in the simulator:
[PaperFoldView setLeftFoldContentView:foldCount:pullFactor:]: unrecognized selector sent to instance 0xc15a380 at app.js (line 31).
That ist the line "window.open();" .
Can you help me?
Or better: can you provide a compiled version of the module here in this repository?
Maybe like Ben Bahrenburg does here: https://github.com/benbahrenburg/benCoding.BasicGeo/tree/master/IOS/basicGeo/dist
Thank you very much in advance!
Chris