wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 210 forks source link

Could not build module 'WordPress_iOS_Shared' #709

Open zzStar opened 9 years ago

zzStar commented 9 years ago

/WordPress-iOS-Shared/WordPress-iOS-Shared/Core/WPAnimatedImageResponseSerializer.h:1:9:

Include of non-modular header inside framework module 'WordPress_iOS_Shared.WPAnimatedImageResponseSerializer'

sendhil commented 9 years ago

Are you using Cocoapods 0.38? At the present moment we're having some issues with it and instead we use 0.37.2.

zzStar commented 9 years ago

No, I am using Cocoapods 0.37.2 .

this is my Podfile : image

I notice that Target Membersship property is Public: image

zzStar commented 9 years ago

Can I manually using it? If delete 'use_frameworks!' from podfile it works,I do not know why?

kevinmartin commented 9 years ago

When do you plan on adding support for Cocoapods 0.38+? /cc @kennysmoothx

bummytime commented 9 years ago

No timeline on Cocoapods 0.38 support yet @KevinMartin.

diegoreymendez commented 8 years ago

@zzStar - Are you still seeing this issue?