I have a project which is using cocoapods, for a single dependency: STK (synthesis tool kit)... Everything was working great until I wanted to test running my app on iOS6.
As soon as I change my deployment target from 7.1 to 6.0, I can no longer build: Undefined symbols for architecture armv7: "std::__1::basic_ostream >::operator<<(int)", referenced from: stk::FileRead::getMatInfo(char >const*) in libSTK.a(FileRead.o) "std::__1::basic_ostream >>::operator<<(unsigned short)", referenced from: >>stk::FileRead::getWavInfo(char const*) in libSTK.a(FileRead.o) >>"std::__1::basic_ostream >::sentry::sentry(std::__1::basic_ostream >>>&)", referenced from: ...etc I have tried: * deleting derrived data * adding libstdc++.6.0.9dylib to Compile Sources under the Pods project * messing with the options specified in "other linker flags" for the Pods project, (some said remove -ObjC, some said add $(inherited), etc).. * adding a C++ header file to prefix.pch * Nothing seems to be work........... What can I do to fix this? Patrick J. Collins http://collinatorstudios.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
