0
我正試圖在Release中構建我的應用程序並對其進行存檔。 它未能在無法在Release中構建CocoaPods,但在調試時沒有問題
ld: library not found for -lPods-ABPadLockScreen
clang: error: linker command failed with exit code 1 (use -v to see invocation)
至於說,它編譯調試罰款和模擬器沒有問題,在所有運行。
我的一些設置:
//:configuration = Debug
OTHER_LDFLAGS = $(inherited)
//:configuration = Release
OTHER_LDFLAGS = $(inherited)
//:configuration = Debug
ARCHS = armv7s armv7
SDKROOT = iphoneos
ONLY_ACTIVE_ARCH = YES
VALID_ARCHS = armv7 armv7s
//:configuration = Release
ARCHS = armv7s armv7
SDKROOT = iphoneos
VALID_ARCHS = armv7 armv7s
你有如何能夠建立發佈任何想法?
請分享您的pod文件。您是否最近將發佈目標添加到項目中? – 2014-10-03 13:29:28