Anyone having issues with cocoapods? The generated...
# multiplatform
k
Anyone having issues with cocoapods? The generated doesn't seem to generate the framework for my native module. It runs a
generateDummyFramework
and generates this
dummy.h
Copy code
//! Project version number for dummy.
FOUNDATION_EXPORT double dummyVersionNumber;

//! Project version string for dummy.
FOUNDATION_EXPORT const unsigned char dummyVersionString[];
👍 1
Also, the generated
podspec
file is using a
syncFramework
task but I can't seem to find any task with the name
d
The podspec actually builds the framework from within xcode, so you won't see much before building the xcode project.
n
Hi, was the problem resolved?
m
Same here... was it resolved or not yet? @Dave Could you please clarify more?