美文网首页
iOS /Applications/Xcode-beta.app

iOS /Applications/Xcode-beta.app

作者: Lee坚武 | 来源:发表于2021-03-10 14:38 被阅读0次

    bug显示的问题详情:

    /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
    

    解决方案如下:

    在Target中的 User-Defined Setting(Build Settings->User-Defined): 添加 STRIP_BITCODE_FROM_COPIED_FILES=NO to your Target

    相关文章

      网友评论

          本文标题:iOS /Applications/Xcode-beta.app

          本文链接:https://www.haomeiwen.com/subject/yrywqltx.html