wuqiong / mp3lame-for-iOS

mp3lame-for-iOS framework build script,support armv7, armv7s, arm64 simulator:x86_64,i386 and bitcode
GNU General Public License v2.0
187 stars 64 forks source link

cocoa pods #5

Open pedrozaj opened 7 years ago

pedrozaj commented 7 years ago

I see a pull request that is to make this work with cocoapods. Any reason that has not been merged? that would be awesome if it were working.

shywoody commented 5 years ago

ld: '/Users/mac/Desktop/work/xxxxx/Pods/mp3lame-for-ios/lame.framework/lame(lame.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64 ios 8.0 xcode 9

Changzw commented 5 years ago

I see a pull request that is to make this work with cocoapods. Any reason that has not been merged? that would be awesome if it were working.

change -mios-simulator-version-min=7.0 to -mios-simulator-version-min=8.0
build again