Code Monkey home page Code Monkey logo

Comments (10)

CrazyWisdom avatar CrazyWisdom commented on August 16, 2024 1

Clone into another folder? I tested success

from cocoamqtt.

CrazyWisdom avatar CrazyWisdom commented on August 16, 2024 1

@dimohamdy, git clone the latest CocoaMQTT(I just updated the code), cd the Example folder execute pod install, then open Example.xcworkspace

from cocoamqtt.

hu55a1n1 avatar hu55a1n1 commented on August 16, 2024

Related to this stackoverflow question. Essentially what you need to do is add the framework to the "Embedded binaries" section in the "General" tab of your app target, and amke sure you open the CocoaMQTT.xcworkspace file.

from cocoamqtt.

CrazyWisdom avatar CrazyWisdom commented on August 16, 2024

@Isuru-Nanayakkara
execute pod install in the CocoaMQTT folder

from cocoamqtt.

Isuru-Nanayakkara avatar Isuru-Nanayakkara commented on August 16, 2024

@CrazyWisdom I did. But still got the error. I had to change the Podfile a little though because CocoaPods v1.0 upwards require specific mentions of targets in the Podfile.

This is what I did.

platform :ios, '8.0'

target 'CocoaMQTT iOS' do
  use_frameworks!

  pod 'CocoaAsyncSocket'
  pod 'MSWeakTimer'

  target 'CocoaMQTT iOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

end

target 'CocoaMQTT OSX' do
  use_frameworks!

  pod 'CocoaAsyncSocket'
  pod 'MSWeakTimer'

  target 'CocoaMQTT OSXTests' do
    inherit! :search_paths
    # Pods for testing
  end

end

target 'CocoaMQTT tvOS' do
  use_frameworks!

  pod 'CocoaAsyncSocket'
  pod 'MSWeakTimer'

  target 'CocoaMQTT tvOSTests' do
    inherit! :search_paths
    # Pods for testing
  end

end

Don't know maybe that's the issue.

from cocoamqtt.

CrazyWisdom avatar CrazyWisdom commented on August 16, 2024

@Isuru-Nanayakkara
1.git clone https://github.com/emqtt/CocoaMQTT.git
2. Open CocoaMQTT.xcworkspace, then run the example project, don't need to execute pod install

from cocoamqtt.

Isuru-Nanayakkara avatar Isuru-Nanayakkara commented on August 16, 2024

Tried this again. But no luck. Weird. Same issue.

dyld: Library not loaded: @rpath/CocoaAsyncSocket.framework/CocoaAsyncSocket
Referenced from: /private/var/containers/Bundle/Application/0A049A93-4FC8-4B7F-938C-08C900250C9C/Example.app/Frameworks/CocoaMQTT.framework/CocoaMQTT
Reason: image not found

from cocoamqtt.

dimohamdy avatar dimohamdy commented on August 16, 2024

@CrazyWisdom not work in Xcode8 beta and cocoapod 1.1 beta

from cocoamqtt.

dimohamdy avatar dimohamdy commented on August 16, 2024

@Isuru-Nanayakkara did you solve it?

from cocoamqtt.

Isuru-Nanayakkara avatar Isuru-Nanayakkara commented on August 16, 2024

@dimohamdy No, I couldn't get it working either.

from cocoamqtt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.