https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kurt Renzo Acosta

11/20/2019, 8:36 AM
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[];
Also, the generated
podspec
file is using a
syncFramework
task but I can't seem to find any task with the name
d

Dave

11/20/2019, 9:20 PM
The podspec actually builds the framework from within xcode, so you won't see much before building the xcode project.
n

Nikita Khlebushkin

02/28/2020, 11:17 AM
Hi, was the problem resolved?
m

Mina Makram

07/21/2020, 8:57 PM
Same here... was it resolved or not yet? @Dave Could you please clarify more?