Closed pietbrauer closed 10 years ago
The currently available podspec results in compile errors because of the missing s.ios.library = 'c++' and s.xcconfig = { 'OTHER_LDFLAGS' => '-lstdc++' }.
s.ios.library = 'c++'
s.xcconfig = { 'OTHER_LDFLAGS' => '-lstdc++' }
Related to #112
@pietbrauer I've opened this in the CocoaPods/Specs repo, since I'd love to see this merged in (and this is the fastest way of getting it there).
:+1:
The currently available podspec results in compile errors because of the missing
s.ios.library = 'c++'
ands.xcconfig = { 'OTHER_LDFLAGS' => '-lstdc++' }
.