You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: