xmpp-messenger-ios
xmpp-messenger-ios copied to clipboard
Errors when build fresh cloned project with Xcode 10.1
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!
I am also facing this same issue. Any update on this? @linovate : have you resolved the issue?
I am also facing this same issue. Any update on this? @linovate : have you resolved the issue?