Closed farfromrefug closed 6 years ago
What version of Xcode and CocoaPods are you using? It seems to me that the build is using non-default compiler flags. If you're using Xcode 10.1, could you give me instructions to reproduce the issue or attach a zip with an Xcode workspace that doesn't build?
i am using XCode 9.4.1, pod 1.5.3, and your pod 0.8.1
Well to reproduce you would need to start working with Nativescript. I am trying to use your lib within the framework.
If you are willing to test i can guide you
This is probably due to using Xcode 9.4.1. I'll see whether I can make STULabel build on that version without larger changes. (STULabelSwift definitely requires Xcode 10.)
It seems that single line was the only issue on Xcode 9.4.1. Could you try the fix, e.g. by using the master branch version of the pod?
pod 'STULabel', :git => 'https://github.com/stephan-tolksdorf/STULabel.git'
@stephan-tolksdorf it built!! thanks a lot for your effort. Will try your lib now ;)
Thanks for reporting this! Let me know if you run into any other issue!
Using the cocoa pod, the project wont build, i get this error:
Can you help?