Giter Club home page Giter Club logo

Comments (7)

shivanshtalwar0 avatar shivanshtalwar0 commented on July 28, 2024

from flutter_janus_client.

rprata avatar rprata commented on July 28, 2024

@shivanshtalwar0 ,
I'm using intel mac (2020). I noticed that WebRTC soft links were wrong and I re-created manually. After that, these errors I had new problems:

    warning: [CP] Unable to find matching .xcframework slice in 'ios-x86_64-simulator ios-arm64' for the current build architectures (arm64 x86_64 i386).
    /Users/renanprata/Projects/flutter/.pub-cache/hosted/pub.dartlang.org/janus_client-2.0.0-beta/ios/Classes/FlutterJanusClientPlugin.m:8:9: fatal error:
    'flutter_janus_client-Swift.h' file not found
    #import "flutter_janus_client-Swift.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    note: Using new build system
    note: Planning
    note: Build preparation complete
    note: Building targets in dependency order
    /Users/renanprata/Projects/poc_flutter_janus/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range
    of supported deployment target versions is 9.0 to 15.2.99. (in target 'Libyuv' from project 'Pods')
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in
    the Runner editor. (in target 'Runner' from project 'Runner')

Do you have some idea about that? flutter_janus_client-Swift.h was not generated in build.

Follow my cocoapod version: 1.11.2

from flutter_janus_client.

shivanshtalwar0 avatar shivanshtalwar0 commented on July 28, 2024

from flutter_janus_client.

rprata avatar rprata commented on July 28, 2024

No,
I'm using pub package:

  janus_client:
    dependency: "direct main"
    description:
      name: janus_client
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0-beta"

Is there a pub package with v2_dev? I created my application standalone and import this package.

from flutter_janus_client.

shivanshtalwar0 avatar shivanshtalwar0 commented on July 28, 2024

from flutter_janus_client.

shivanshtalwar0 avatar shivanshtalwar0 commented on July 28, 2024

https://pub.dev/packages/janus_client/versions/2.1.1-beta

from flutter_janus_client.

rprata avatar rprata commented on July 28, 2024

One more information for other people with the same problem (it worked for me):

rm -rf ios
flutter clean
flutter create .
flutter pub get

uncomment line platform :ios, '9.0' and update minimum version (depends on your applicatio).

Open XCode and build it in application. After that this problem could be resolved.

from flutter_janus_client.

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.