Xcode 6 linker error - Undefined symbols for architecture armv7

前端 未结 10 2079
粉色の甜心
粉色の甜心 2021-01-31 10:15

After upgrading to Xcode 6 beta 7 (and now still with Xcode 6 GM) I am unable to link my Swift app. I receive errors such as:

Undefined symbols for archit

10条回答
  •  遥遥无期
    2021-01-31 10:30

    I have Updated on Yosemite, Xcode 6.1. I have updated gem xcodeproj (0.19.4) and cocoapods (0.34.4).

    I have resolve my conflict by :

    Clearing the Library/Developer/Xcode/DerivedData folder

    replace in Target -> Build Settings -> Linking -> Other Linker Flags : $(OTHER_LDFLAGS)

    Check in Target -> Build Phases -> Copy Pods Resources : "${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh"

提交回复
热议问题