CocoaPods / cocoapods-packager

CocoaPods plugin which allows you to generate a static library from a podspec.
Other
1.14k stars 220 forks source link

NOT FOUND dsym file(BCSymbolMap) after using pod package #247

Open lllhf opened 4 years ago

lllhf commented 4 years ago

when using pod package xxx.podspec --force --embedded --no-mangle --exclude-deps --configuration=Release --spec-sources=xxx

checking the package files, can NOT FOUND dsym file or BCSymbolMap.

Is there any settings to output the dsym file or BCSymbolMap?

Another question is : how to select the output archs for the framework? what i see now the framework info msg is : armv7 armv7s i386 x86_64 arm64.

lllhf commented 4 years ago

My pod and package version is:

cocoapods (1.4.0) cocoapods-core (1.4.0) cocoapods-deintegrate (1.0.4) cocoapods-downloader (1.3.0) cocoapods-packager (1.5.0) cocoapods-plugins (1.0.0) cocoapods-search (1.0.0) cocoapods-stats (1.1.0) cocoapods-trunk (1.4.1) cocoapods-try (1.1.0)