Open pedrozaj opened 7 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
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
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.