SysdataSpA / R.objc

Get autocompleted resources like images, localized strings and storyboards in ObjC projects
Apache License 2.0
109 stars 18 forks source link

Implicit declaration of function 'SDThemeManagerApplyStyle' is invalid in C99 #10

Closed MichleMin closed 6 years ago

grzegorzkrukowski commented 6 years ago

I found workaround for this:

Use -skip-themes:

"${PODS_ROOT}/R.objc/Robjc" --skip-themes -p "$SRCROOT"

guidosabatini-sysdata commented 6 years ago

Sorry for not responding. I have no details to help you with your problem, but @grzegorzkrukowski is right: if you don't need to use Giotto you can skip the themes part of R with the -skip-themes option