Closed Birowsky closed 5 years ago
What's your pod version?
@sagrawal31 pod --version
: 1.7.3
Can you try changing the name with English like <name>Onions</name>
and re-install platforms:
rm -rf platforms/ios
cr platform add ios@5.0.1
cr build ios
Oh yeah, that works perfectly. I thought it was implied, sorry. Only if I add at least a single cyrillic character, it fails.
In example, if I set the name to "sssЏsss", it's gonna fail with:
ld: framework not found Pods_sss_sss
clang: error: linker command failed with exit code 1 (use -v to see invocation)
So basically, Cordova (or probably iOS) doesn't support Cyrillic character in its name.
Without this plugin, it compiles successfully.
Hmmmm....Then probably Firebase SDK is not able to handle Cyrillic alphabets as it uses Cocoapods to install dependencies.
If in
config.xml
you set the name tag to something like<name>кромид</name>
, runningcordova build ios
will fail with:Here's a minimal example: config.xml:
package.json: