Skip to content

Errors when build fresh cloned project with Xcode 10.1 #88

@linovate

Description

@linovate

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions