error: bitcode_strip in XCode 7 beta 4

These projects were compliling just fine in build 3; however, now I am getting an error trying to compile.


Here are the error details:

/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/a729527/Library/Developer/Xcode/DerivedData/AE_Insured-dhftsonngwuiybhddjhtuudtbqli/Build/Products/Debug-iphoneos/libGeneralPurpose.a -m -o /Users/a729527/Library/Developer/Xcode/DerivedData/AE_Insured-dhftsonngwuiybhddjhtuudtbqli/Build/Products/Debug-iphoneos/include/libGeneralPurpose.a
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip: input file must be a linked Mach-O file not an archive: /Users/a729527/Library/Developer/Xcode/DerivedData/AE_Insured-dhftsonngwuiybhddjhtuudtbqli/Build/Products/Debug-iphoneos/libGeneralPurpose.a (for architecture armv7)
error: bitcode_strip /Users/a729527/Library/Developer/Xcode/DerivedData/AE_Insured-dhftsonngwuiybhddjhtuudtbqli/Build/Products/Debug-iphoneos/libGeneralPurpose.a: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip exited with 1


I've tried disabling the bitcode everywhere any still haven't been able to get it to compile. Does anyone have any recommendations?

Replies

Same problem is reported here:


https://forums.developer.apple.com/thread/12443

Adding User-Defined Setting(Build Settings->User-Defined): STRIP_BITCODE_FROM_COPIED_FILES=NO to your Target