question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't compile iOS SDK

See original GitHub issue

Description:

Hello,

I followed the guide to compile the sdk available here: https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-mobile

Steps to reproduce:

  1. npm install
  2. pod install
  3. xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination=‘generic/platform=iOS’ -configuration Release archive

I also tried using: scripts/release-sdk.sh but I get a missing bitcode error even after using tools/downloadBitcode.sh from the WebRTC node modules also I’m not sure that is required because there are no documentation about this, only issues.

Expected behavior:

The sdk is correctly generated at ios/sdk/JitsiMeet.framework as described in the handbook.

Actual behavior:

Nothing is generated.

Additional information:

There are multiple issues and mentions about this #8306, https://github.com/jitsi/jitsi-meet-sdk-samples/issues/33 and https://github.com/jitsi/jitsi-meet/pull/8270 but they are all closed without a proper solution ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mohyMcommented, Jul 26, 2021

if you are using CocoPods < 1.10 please use this command to update Cocopods and this will build successfully with your project sudo gem install cocoapods rm -rf ios/Pods/ rm -rf ios/Podfile.lock pod install build again will run is a 👌

1reaction
PhilippeWeidmanncommented, Jan 6, 2021

I checked my CocoaPods version and it was 1.9.4. After upgrading to CocoaPods 1.10 the archiving process is successful thank you for your help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

App Won't Compile with Embedded Third Party Framework
So, I'm getting this error when trying to run the app. "Build succeeds" but the app won't run and Xcode spits out an...
Read more >
How can I build an app with XCode 13.4 for iOS 16 Devices?
I'm working for a company which has an application in the AppStore. We need to test iOS 16 before release. I can not...
Read more >
Cannot build app after updating to XCode 12.5 with the latest ...
I am using the latest iOS SDK, my code works with the earlier version of XCode. Any help or suggestion would be appreciated....
Read more >
Can't build iOS app after migrating from v3.3.0 - MongoDB
Background I was upgrading realm SDK for React Native from 3.3.0 to 6.1.7. This error also happens on v10.7.0.
Read more >
Build and release an iOS app - Flutter documentation
Create a build archive with Codemagic CLI tools · Install the Codemagic CLI tools: · You'll need to generate an App Store Connect...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found