I just moved to Xcode 7.2 and am trying to compile a dynamic framework using xcodebuild
and lipo
xcodebuild -project ProjectName.xcodeproj -scheme ProjectName -sdk iphonesimulator
This command fails with strange errors like Unsupported architecture
(in frameworks like CoreText). The issue has also been discussed here but I don't see a solution which would work. Any help?