xmpp-messenger-ios icon indicating copy to clipboard operation
xmpp-messenger-ios copied to clipboard

Errors when build fresh cloned project with Xcode 10.1

Open linovate opened this issue 5 years ago • 2 comments

Fresh clone project gives this error:

'system' is unavailable: not available on iOS ../xmpp-messenger-ios/Example/Pods/FMDB/src/fmdb.m:127:13: 'system' is unavailable: not available on iOS

After run 'pod repo update; pod install', got 32 additional errors, e.g. :

../xmpp-messenger-ios/Example/Pods/XMPPFramework/module/module.modulemap:11:8: Redefinition of module 'dnssd'

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/os/object.h:101:9: Could not build module 'ObjectiveC'

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk/usr/include/dispatch/dispatch.h:48:10: Could not build module 'os_object'

Can you fix this issues and make it usable from Xcode 10.1 (swift 4.0 and Swift 4.2) please?

I'd like to implement chat feature following your example soon.

Thanks!

linovate avatar Dec 25 '19 19:12 linovate

I am also facing this same issue. Any update on this? @linovate : have you resolved the issue?

thesunita avatar Jul 19 '20 10:07 thesunita

I am also facing this same issue. Any update on this? @linovate : have you resolved the issue?

thesunita avatar Jul 19 '20 10:07 thesunita