Xcode cannot import tapku or kal library

前端 未结 2 1151
名媛妹妹
名媛妹妹 2021-01-07 00:05

I am having trouble importing the tapku library (to use the calendar api it provides). I\'ve also tried Kal with the same problem. Here\'s what I do to import it (please tel

2条回答
  •  独厮守ぢ
    2021-01-07 00:48

    I've really struggled to add Kal and Tapku. This is almost a complete guide.

    I would add (for any one coming down this road later) - You also need to go to "Build Settings" go to "Other Linker Flags" and enter -all_load .

    I couldn't get it to work without that small addition.

提交回复
热议问题