Reputation: 51
I tried to include ChameleonFramework to my app so I added pod 'ChameleonFramework/Swift'
to my pod file and installed 2.1.0 version + updated the pod.
After I build the app I get Swift Compiler Error. Looking at the errors, they are all call errors with missing parentheses since I didn't want to touch the code I didn't added the parentheses. Is there anyway I can fix this?
Upvotes: 0
Views: 626
Reputation: 379
By looking at your Pod, it seems that it hasn't received any update recently:
Last release is from Oct 5, 2016
.
I have looked in the issues and other people are asking the same fix :
You can try this fork : https://github.com/luckychris/Chameleon
Upvotes: 1