Giter VIP home page Giter VIP logo

Comments (5)

calvinckho avatar calvinckho commented on June 14, 2024

Make sure you are using Xcode 12.2. The plug-in is not ready for 12.3 yet as the latest SDK has not been released by Jitsi yet.

from capacitor-jitsi-meet.

henry-wonder avatar henry-wonder commented on June 14, 2024

It would be really helpful if you can paste here the Podfile looks like. Thanks

from capacitor-jitsi-meet.

calvinckho avatar calvinckho commented on June 14, 2024

my restvo project Podfile is auto generated by Capacitor, but here you go if it helps:

platform :ios, '11'
use_frameworks!

target 'App' do
  # Add your Pods here

  # Automatic Capacitor Pod dependencies, do not delete
  pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
  pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
  pod 'CapacitorJitsiMeet', :path => '../../node_modules/capacitor-jitsi-meet'
  pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
  # Do not delete
end

from capacitor-jitsi-meet.

henry-wonder avatar henry-wonder commented on June 14, 2024

I actually don't have mac and i followed this tutorial to build for iOS https://medium.com/dev-genius/ionic-capacitor-from-app-to-ios-ipa-without-a-mac-9b8616900528

Here is my podfile looks like:

`platform :ios, '11.0'
use_frameworks!

workaround to avoid Xcode caching of Pods that requires

Product -> Clean Build Folder after new Cordova plugins installed

Requires CocoaPods 1.6 or newer

install! 'cocoapods', :disable_input_output_paths => true

target 'App' do

Add your Pods here

Automatic Capacitor Pod dependencies, do not delete

pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorJitsiMeet', :path => '../../node_modules/capacitor-jitsi-meet'
pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'

Do not delete

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings['EXPANDED_CODE_SIGN_IDENTITY'] = ""
config.build_settings['CODE_SIGNING_REQUIRED'] = "NO"
config.build_settings['CODE_SIGNING_ALLOWED'] = "NO"
end
end
end
`
But I still got error when build for iOS ❌ ld: '/Users/runner/Library/Developer/Xcode/DerivedData/App-azlyibamtvkrbhfwntgmcwffjqtw/Build/Products/Release-iphoneos/Capacitor/Capacitor.framework/Caacitor' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/runner/Library/Developer/Xcode/DerivedData/App-azlyibamtvkrbhfwntgmcwffjqtw/Build/Products/Release-iphoneos/Capacitor/Capacitor.framework/Capacitor' for architecture arm64

Any advice?

from capacitor-jitsi-meet.

calvinckho avatar calvinckho commented on June 14, 2024

You need to disable bitcode for this target. I have not used a PC to build iOS app so can't advice you on how.

from capacitor-jitsi-meet.

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.