After removing CocoaPods from my iOS build I'm now...
# moko
m
After removing CocoaPods from my iOS build I'm now getting
CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
[strings] Unable to load .strings file
The build completes and the app runs, but strings aren't produced, just the string name is displayed. I'm guessing something is stuck in the build system somewhere, but multiple cache cleaning &tc doesn't fix it. Where should I look?
a
maybe you use
static framework
integration. in this case you should add build phase in xcode. see readme